Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
e09ad691
Commit
e09ad691
authored
May 06, 2012
by
Jean-Baptiste Kempf
Browse files
Disable DTS decoding though libdca
This solves quite a few issues on my Nexus One, notably inside MKVs
parent
f433bdb7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
e09ad691
...
@@ -35,7 +35,7 @@ $(VLC_APK): $(LIBVLCJNI) $(JAVA_SOURCES)
...
@@ -35,7 +35,7 @@ $(VLC_APK): $(LIBVLCJNI) $(JAVA_SOURCES)
@
echo
@
echo
$(VERBOSE)
cd
$(SRC)
&&
ant
$(ANT_OPTS)
debug
$(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|libball|bargraph|clone|access_shm|mosaic|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
\
`
VLC_MODULES
=
`
find
$(VLC_BUILD_DIR)
/modules
-name
'lib*_plugin.a'
|grep
-v
-E
"stats|access_bd|oldrc|real|hotkeys|gestures|sap|dynamicoverlay|rss|libball|bargraph|clone|access_shm|mosaic|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
|dtstofloat32
"
|
tr
\\\\
n
\
`
$(LIBVLCJNI_H)
:
$(LIBVLCJNI_H)
:
$(VERBOSE)
if
[
-z
"
$(VLC_BUILD_DIR)
"
]
;
then
echo
"VLC_BUILD_DIR not defined"
;
exit
1
;
fi
$(VERBOSE)
if
[
-z
"
$(VLC_BUILD_DIR)
"
]
;
then
echo
"VLC_BUILD_DIR not defined"
;
exit
1
;
fi
...
...
compile.sh
View file @
e09ad691
...
@@ -94,7 +94,7 @@ cd contrib/android
...
@@ -94,7 +94,7 @@ cd contrib/android
--disable-sidplay2
\
--disable-sidplay2
\
--disable-samplerate
--disable-samplerate
# TODO: mpeg2,
dts,
theora
# TODO: mpeg2, theora
if
test
-z
"
${
NO_NEON
}
"
-o
-n
"
${
TEGRA2
}
"
;
then
if
test
-z
"
${
NO_NEON
}
"
-o
-n
"
${
TEGRA2
}
"
;
then
# assumes armv7-a
# assumes armv7-a
...
...
configure.sh
View file @
e09ad691
...
@@ -76,6 +76,7 @@ sh $VLC_SOURCEDIR/configure --host=arm-linux-androideabi --build=x86_64-unknown-
...
@@ -76,6 +76,7 @@ sh $VLC_SOURCEDIR/configure --host=arm-linux-androideabi --build=x86_64-unknown-
--disable-gme
\
--disable-gme
\
--disable-tremor
\
--disable-tremor
\
--disable-mad
\
--disable-mad
\
--disable-dca
\
--disable-sdl-image
\
--disable-sdl-image
\
--disable-zvbi
\
--disable-zvbi
\
--disable-fluidsynth
\
--disable-fluidsynth
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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