Changes between Version 6 and Version 7 of FfmpegWin
- Timestamp:
- 04/14/09 10:12:30 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FfmpegWin
v6 v7 1 {{{ 2 #!forumlinks 3 }}} 4 1 5 = How to cross-compile ffmpeg for Windows = 2 6 … … 32 36 * Use the following configuration line instead 33 37 {{{ 34 ./configure --extra-cflags="-I../SDL/include -I/usr/win32/include" --extra-ldflags="../SDL/SDL.dll \35 -L/usr/win32/lib" --cross-compile --target-os=mingw32 --cpu=i686 --arch=i386 --enable-memalign-hack \38 ./configure --extra-cflags="-I../SDL/include -I/usr/win32/include" --extra-ldflags="../SDL/SDL.dll 39 -L/usr/win32/lib" --cross-compile --target-os=mingw32 --cpu=i686 --arch=i386 --enable-memalign-hack 36 40 --cross-prefix=/home/ivaylo/tribler/xcomp/bin/mingw32- --cc=gcc --enable-libfaad --enable-libfaac --enable-gpl --enable-x264 37 41 }}} 38 * If they did not fix this, you might need to add the headers below in libavcodec \vc1_parser.c to get it compiling:42 * If they did not fix this, you might need to add the headers below in libavcodecvc1_parser.c to get it compiling: 39 43 {{{ 40 44 #include "dsputil.h"
![(please configure the [header_logo] section in trac.ini)](/images/TriblerLogo.png)