[vlc-devel] commit: Contrib: Win64, try to force the CPU for FFmpeg ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Aug 19 11:28:32 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug 19 11:28:01 2009 +0200| [bbd0fe459cc7728a22c065138fbd9d99c980ac37] | committer: Jean-Baptiste Kempf
Contrib: Win64, try to force the CPU for FFmpeg
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bbd0fe459cc7728a22c065138fbd9d99c980ac37
---
extras/contrib/src/Makefile | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 41c2ad1..fef9747 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -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
More information about the vlc-devel
mailing list