[Android] Build anw in all cases

Jean-Baptiste Kempf git at videolan.org
Thu Feb 5 20:15:47 CET 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb  5 20:02:54 2015 +0100| [f396c00dd61be77fa6f243d0625871b7236c149e] | committer: Jean-Baptiste Kempf

Build anw in all cases

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

 libvlc/jni/Android.mk |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/libvlc/jni/Android.mk b/libvlc/jni/Android.mk
index 0fdf315..d81f607 100644
--- a/libvlc/jni/Android.mk
+++ b/libvlc/jni/Android.mk
@@ -179,9 +179,6 @@ $(foreach IOMX_MODULE, $(LIBIOMX_LIBS), \
 # ANW #
 #######
 LIBANW_SRC_FILES_COMMON += $(VLC_SRC_DIR)/modules/video_output/android/nativewindowpriv.c
-# Once we always build this with a version of vlc that contains nativewindowpriv.c,
-# we can remove this condition
-ifneq (,$(wildcard $(LOCAL_PATH)/$(LIBANW_SRC_FILES_COMMON)))
 
 define build_anw
 include $(CLEAR_VARS)
@@ -198,4 +195,3 @@ LIBANW_LIBS += libanw.10 libanw.13 libanw.14 libanw.18 libanw.21
 
 $(foreach ANW_MODULE,$(LIBANW_LIBS), \
     $(eval $(call build_anw,$(ANW_MODULE),$(subst libanw.,,$(ANW_MODULE)))))
-endif



More information about the Android mailing list