Commit 9cb35a37 authored by Christophe Mutricy's avatar Christophe Mutricy

Use the new way to specify mingw32 for ffmpeg

parent c089aa89
...@@ -115,7 +115,7 @@ endif ...@@ -115,7 +115,7 @@ endif
# #
ifdef HAVE_WIN32 ifdef HAVE_WIN32
HOSTCONF+= --without-pic --disable-shared --enable-msw --with-included-opencdk --with-included-libtasn1 --disable-dependency-tracking 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 endif
ifdef HAVE_WINCE ifdef HAVE_WINCE
......
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