[Android] Remove remoteosd|magnify|gradient|spdif modules.
Jean-Baptiste Kempf
git at videolan.org
Wed Mar 14 16:25:25 CET 2012
android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Mar 7 13:00:54 2012 +0100| [a49f7700f7d76db482f7962d7c9ac1a2b43040c2] | committer: Jean-Baptiste Kempf
Remove remoteosd|magnify|gradient|spdif modules.
They do not really make any sense on Android
> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=a49f7700f7d76db482f7962d7c9ac1a2b43040c2
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index c28c11a..ac3102d 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ $(VLC_APK): $(LIBVLCJNI) $(JAVA_SOURCES)
@echo
$(VERBOSE)cd $(SRC) && ant $(ANT_OPTS) debug
-VLC_MODULES=`find $(VLC_BUILD_DIR)/modules -name 'lib*_plugin.a'|grep -v -E "stats|access_bd|oldrc|real|hotkeys|gestures|sap|dynamicoverlay|rss|logo|libball|bargraph|clone|access_shm|mosaic|logo|imem|osdmenu|puzzle|mediadirs|t140|ripple|motion|sharpen|grain|posterize|mirror|wall|scene|blendbench|psychedelic|alphamask|netsync|audioscrobbler|imem|motiondetect|export|smf|podcast|bluescreen|erase|record|speex_resampler" | tr \\\\n \ `
+VLC_MODULES=`find $(VLC_BUILD_DIR)/modules -name 'lib*_plugin.a'|grep -v -E "stats|access_bd|oldrc|real|hotkeys|gestures|sap|dynamicoverlay|rss|logo|libball|bargraph|clone|access_shm|mosaic|logo|imem|osdmenu|puzzle|mediadirs|t140|ripple|motion|sharpen|grain|posterize|mirror|wall|scene|blendbench|psychedelic|alphamask|netsync|audioscrobbler|imem|motiondetect|export|smf|podcast|bluescreen|erase|record|speex_resampler|remoteosd|magnify|gradient|spdif" | tr \\\\n \ `
$(LIBVLCJNI_H):
$(VERBOSE)if [ -z "$(VLC_BUILD_DIR)" ]; then echo "VLC_BUILD_DIR not defined" ; exit 1; fi
More information about the Android
mailing list