[Android] Update x86 flags

Jean-Baptiste Kempf git at videolan.org
Thu Mar 19 15:54:13 CET 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Mar 19 15:53:10 2015 +0100| [572c4e4375e1f942dbcd309f0a9327a2b87191f8] | committer: Jean-Baptiste Kempf

Update x86 flags

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=572c4e4375e1f942dbcd309f0a9327a2b87191f8
---

 compile-libvlc.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index d53ad1f..7c64c0c 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -348,7 +348,7 @@ elif [ "${ANDROID_ABI}" = "armeabi" ] ; then
         fi
     fi
 elif [ "${ANDROID_ABI}" = "x86" ] ; then
-    EXTRA_CFLAGS="-march=pentium -m32"
+    EXTRA_CFLAGS="-mtune=atom -msse3 -mfpmath=sse -m32"
 elif [ "${ANDROID_ABI}" = "mips" ] ; then
     EXTRA_CFLAGS="-march=mips32 -mtune=mips32r2 -mhard-float"
     # All MIPS Linux kernels since 2.4.4 will trap any unimplemented FPU



More information about the Android mailing list