[vlc-devel] commit: Contrib: fix FFmpeg win32 compilation...	(Jean-Baptiste Kempf )
    git version control 
    git at videolan.org
       
    Sun Feb 14 21:33:21 CET 2010
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Feb 14 21:32:22 2010 +0100| [14dcee57b78be1326a5ec2b91c74db81886d11a8] | committer: Jean-Baptiste Kempf 
Contrib: fix FFmpeg win32 compilation...
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=14dcee57b78be1326a5ec2b91c74db81886d11a8
---
 extras/contrib/src/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 026a612..f5d086b 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -115,7 +115,7 @@ endif
 #
 ifdef HAVE_WIN32
 HOSTCONF+= --without-pic --disable-shared --enable-msw --disable-dependency-tracking
-FFMPEGCONF+= --target-os=mingw32 --enable-memalign-hack
+FFMPEGCONF+= --target-os=mingw32 --arch=x86 --enable-memalign-hack
 ifdef HAVE_WIN64
 FFMPEGCONF+= --cpu=athlon64 --arch=x86_64
 else
    
    
More information about the vlc-devel
mailing list