Commit 8bc7f503 authored by Rafaël Carré's avatar Rafaël Carré

Use --arch=i686 when building ffmpeg for windows

Fix cross compilation from 64bits host
parent a74d5452
...@@ -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+= --target-os=mingw32 --enable-memalign-hack --cpu=i686 --disable-debug FFMPEGCONF+= --target-os=mingw32 --enable-memalign-hack --cpu=i686 --arch=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