Commit bbd0fe45 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contrib: Win64, try to force the CPU for FFmpeg

parent 6d48203b
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment