Skip to content

Commit

Permalink
FIX: [droid;ffmpeg] disable asm on x86 (text reloc)
Browse files Browse the repository at this point in the history
  • Loading branch information
koying committed Feb 2, 2018
1 parent 89b55ee commit beca526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/depends/target/ffmpeg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ifeq ($(OS), android)
ifeq ($(findstring arm, $(CPU)), arm)
ffmpg_config += --cpu=cortex-a9
else
ffmpg_config += --cpu=i686 --disable-mmx
ffmpg_config += --cpu=i686 --disable-mmx --disable-asm
endif
endif
ffmpg_config += --target-os=linux --extra-libs=-liconv
Expand Down

0 comments on commit beca526

Please sign in to comment.