Changes between Version 6 and Version 7 of FfmpegWin

Show
Ignore:
Timestamp:
04/14/09 10:12:30 (7 months ago)
Author:
root (IP: 127.0.0.1)
Comment:

Adding forumlinks

Legend:

Unmodified
Added
Removed
Modified
  • FfmpegWin

    v6 v7  
     1{{{ 
     2#!forumlinks 
     3}}} 
     4 
    15= How to cross-compile ffmpeg for Windows = 
    26 
     
    3236 * Use the following configuration line instead 
    3337{{{ 
    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  
    3640--cross-prefix=/home/ivaylo/tribler/xcomp/bin/mingw32- --cc=gcc --enable-libfaad --enable-libfaac --enable-gpl --enable-x264 
    3741}}}  
    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: 
    3943{{{ 
    4044#include "dsputil.h"