]> git.sesse.net Git - vlc/commitdiff
Use the new way to specify mingw32 for ffmpeg
authorChristophe Mutricy <xtophe@videolan.org>
Sat, 17 Feb 2007 23:14:19 +0000 (23:14 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Sat, 17 Feb 2007 23:14:19 +0000 (23:14 +0000)
extras/contrib/src/Makefile

index dc6861f3cbc5e42e7cbafacb20d20798e21e1443..2f0efe99f7285ec5ad966c0efd8e2fb34cabb3f9 100644 (file)
@@ -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+= --enable-mingw32 --enable-memalign-hack --cpu=x86 --disable-debug
+FFMPEGCONF+= --target-os=MINGW32 --enable-memalign-hack --cpu=i686 --disable-debug
 endif
 
 ifdef HAVE_WINCE