[vlc-devel] commit: Use --arch=i686 when building ffmpeg for windows ( Rafaël Carré )

git version control git at videolan.org
Tue Mar 4 16:22:00 CET 2008


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue Mar  4 16:13:16 2008 +0100| [8bc7f50322158fc6582883588ca08daf7331ce36]

Use --arch=i686 when building ffmpeg for windows
Fix cross compilation from 64bits host

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8bc7f50322158fc6582883588ca08daf7331ce36
---

 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 49d7301..248f932 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 --with-included-opencdk --with-included-libtasn1 --disable-dependency-tracking
-FFMPEGCONF+= --target-os=mingw32 --enable-memalign-hack --cpu=i686 --disable-debug
+FFMPEGCONF+= --target-os=mingw32 --enable-memalign-hack --cpu=i686 --arch=i686 --disable-debug
 endif
 
 ifdef HAVE_WINCE




More information about the vlc-devel mailing list