[Android] Remove reference to NEON

Jean-Baptiste Kempf git at videolan.org
Wed Oct 10 20:58:13 CEST 2012


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Oct 10 20:58:04 2012 +0200| [0902901f48fbea2bf704bd2994e8f62200ec819c] | committer: Jean-Baptiste Kempf

Remove reference to NEON

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

 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 7f6e946..1c1ebeb 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ $(LIBVLCJNI): $(JNI_SOURCES) $(LIBVLCJNI_H) $(PRIVATE_LIBS)
 	@if [ -z "$(VLC_BUILD_DIR)" ]; then echo "VLC_BUILD_DIR not defined" ; exit 1; fi
 	@if [ -z "$(ANDROID_NDK)" ]; then echo "ANDROID_NDK not defined" ; exit 1; fi
 	@echo
-	@echo "=== Building libvlcjni with$${NO_NEON:+out} neon ==="
+	@echo "=== Building libvlcjni ==="
 	@echo
 	$(VERBOSE)if [ -z "$(VLC_SRC_DIR)" ] ; then VLC_SRC_DIR=./vlc; fi ; \
 	if [ -z "$(VLC_CONTRIB)" ] ; then VLC_CONTRIB="$$VLC_SRC_DIR/contrib/$(TARGET_TUPLE)"; fi ; \



More information about the Android mailing list