Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
a49f7700
Commit
a49f7700
authored
Mar 07, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove remoteosd|magnify|gradient|spdif modules.
They do not really make any sense on Android
parent
def84b80
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile
Makefile
+1
-1
No files found.
Makefile
View file @
a49f7700
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment