]> git.sesse.net Git - vlc/commitdiff
Contrib: Win64, try to force the CPU for FFmpeg
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 19 Aug 2009 09:28:01 +0000 (11:28 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 19 Aug 2009 09:28:25 +0000 (11:28 +0200)
extras/contrib/src/Makefile

index 41c2ad1ce9866c011407916d25175d0f0ea02a45..fef97470004bf66200787991ad2fb7ee676db9ff 100644 (file)
@@ -118,6 +118,9 @@ ifdef HAVE_WIN32
 HOSTCONF+= --without-pic --disable-shared --enable-msw --disable-dependency-tracking
 FFMPEGCONF+= --target-os=mingw32 --enable-memalign-hack --cpu=i686 --arch=i686
 endif
+ifdef HAVE_WIN64
+FFMPEGCONF+= --cpu=x86_64
+endif
 
 ifdef HAVE_WINCE
 HOSTCONF+= --without-pic --disable-shared