]> git.sesse.net Git - vlc/commitdiff
Contrib: fix FFmpeg win32 compilation...
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 14 Feb 2010 20:32:22 +0000 (21:32 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 14 Feb 2010 20:32:46 +0000 (21:32 +0100)
extras/contrib/src/Makefile

index 026a6122d2fc447ddd8cf0aae201eb243e0faa6a..f5d086b9ea74bf8acbaceaa20591d1944c9e0feb 100644 (file)
@@ -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