Commit 6ab3cbf7 authored by Rafaël Carré's avatar Rafaël Carré

non-neon android build: use armv6

there should not be any phones using an armv4 cpu
parent 52ca0da6
...@@ -975,7 +975,7 @@ FFMPEGCONF += --cross-prefix=arm-none-symbianelf- --arch=armv6 --disable-asm --t ...@@ -975,7 +975,7 @@ FFMPEGCONF += --cross-prefix=arm-none-symbianelf- --arch=armv6 --disable-asm --t
FFMPEGCONF += $(FFMPEGCONFSMALL) FFMPEGCONF += $(FFMPEGCONFSMALL)
endif endif
else else
FFMPEGCONF += --cross-prefix=arm-linux-androideabi- --arch=armv4l FFMPEGCONF += --cross-prefix=arm-linux-androideabi- --arch=armv6
FFMPEGCONF += $(FFMPEGCONFSMALL) FFMPEGCONF += $(FFMPEGCONFSMALL)
endif endif
endif endif
......
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