[vlc-commits] non-neon android build: use armv6

Rafaël Carré git at videolan.org
Tue Aug 30 05:31:06 CEST 2011


vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Sun Aug 14 16:56:08 2011 -0400| [6ab3cbf7e13b20f274a729096f55c64fe6efb06a] | committer: Rafaël Carré

non-neon android build: use armv6

there should not be any phones using an armv4 cpu

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6ab3cbf7e13b20f274a729096f55c64fe6efb06a
---

 extras/contrib/src/contrib-src.mak |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/contrib-src.mak b/extras/contrib/src/contrib-src.mak
index 35ddb33..34447b4 100644
--- a/extras/contrib/src/contrib-src.mak
+++ b/extras/contrib/src/contrib-src.mak
@@ -975,7 +975,7 @@ FFMPEGCONF += --cross-prefix=arm-none-symbianelf- --arch=armv6 --disable-asm --t
 FFMPEGCONF += $(FFMPEGCONFSMALL)
 endif
 else
-FFMPEGCONF += --cross-prefix=arm-linux-androideabi- --arch=armv4l
+FFMPEGCONF += --cross-prefix=arm-linux-androideabi- --arch=armv6
 FFMPEGCONF += $(FFMPEGCONFSMALL)
 endif
 endif



More information about the vlc-commits mailing list