diff options
Diffstat (limited to 'tools/depends/target/ffmpeg/Makefile')
-rw-r--r-- | tools/depends/target/ffmpeg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/depends/target/ffmpeg/Makefile b/tools/depends/target/ffmpeg/Makefile index af9f956bdb..47acb73bdd 100644 --- a/tools/depends/target/ffmpeg/Makefile +++ b/tools/depends/target/ffmpeg/Makefile @@ -38,6 +38,7 @@ ifeq ($(OS), android) ffmpg_config += --cpu=cortex-a9 else ffmpg_config += --cpu=i686 --disable-mmx + ffmpg_config += --extra-cflags=-no-integrated-as --extra-cflags=-mno-stackrealign endif endif ffmpg_config += --target-os=linux --extra-libs=-liconv --disable-linux-perf |