软件开发领域都关心。
分类:
2007-02-02 16:32:46
I have successfully recompile ffmpeg under both MingW and cygwin environment. My previous compilation does not work because the ffmpeg source codes downloaded was incorrect. An idiot must have placed the wrong files on the internet. H.264 is enabled.
The MingW configuration
./configure --extra-cflags=-I/tmp/faacd/include --extra-ldflags=-L/tmp/faacd/lib --enable-mp3lame --enable-faac --enable-faad --enable-amr_nb --enable-amr_wb --disable-ffserver --disable-ffplay --enable-small --enable-memalign-hack --enable-gpl --enable-xvid --enable-x264 --enable-dts --enable-a52 --enable-mingw32
The cygwin configuration
./configure --extra-cflags=-I/usr/local/faacd/include --extra-ldflags=-L/usr/local/faacd/lib --enable-mp3lame --enable-faac --enable-faad --enable-amr_nb --enable-amr_wb --disable-ffserver --disable-ffplay --enable-small --enable-memalign-hack --enable-gpl --enable-xvid --enable-x264 --enable-dts --enable-a52 --enable-pthreads