菲利浦的非常简单的工具jpegtoavi - Mac OS X!
- 资源大小:16.04 kB
- 上传时间:2021-06-30
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
简单
工具
非常
资 源 简 介
original project (sourceforge.net)
Installation (must have Developer Tools installed):
1. tar zxf ~/Downloads/jpegtoavi-1.5-osx.tar.gz
1. cd ~/Downloads/jpegtoavi-1.5-osx/
1. make all
1. sudo make install
It installs in /usr/local/bin and /usr/local/man/man1
Please note: the original code is not mine; however, I"ve made these changes to compile jpegtoavi on OS X:
1. Added endian.h as OS X"s endian.h doesn"t define "BYTE_ORDER"
1. Added "#include " to jpegtoavi.c to define "off64_t"
1. Initialized "fd" on line 209 of jpegtoavi.c (fixes compiler warning)
1. Added the "fnested-functions" switch to the Makefile (fixes compiler warning)
1. Added "rm -f jpegtoavi" to make target "clean"
All credit for this tool goes to the original author, Phillip. Contact information for the original author can be found in the README file.
文 件 列 表
.
._jpegtoavi-1.5-osx
jpegtoavi-1.5-osx
._avifmt.h
avifmt.h
._byteswap.h
byteswap.h
._CHANGELOG
CHANGELOG
._COPYING
COPYING
endian.h
._jpegtoavi.1
jpegtoavi.1
._jpegtoavi.c
jpegtoavi.c
._llist.c
llist.c
._llist.h
llist.h
._Makefile
Makefile
._README
README