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
Casanowow Life for love
VLC-Android
Commits
76e5af56
Commit
76e5af56
authored
Mar 10, 2015
by
Thomas Guillem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enable spdif passthrough with AudioTrack
parent
783202b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
compile-libvlc.sh
compile-libvlc.sh
+0
-1
libvlc/jni/libvlcjni.c
libvlc/jni/libvlcjni.c
+2
-1
No files found.
compile-libvlc.sh
View file @
76e5af56
...
...
@@ -206,7 +206,6 @@ VLC_MODULE_BLACKLIST="
remoteosd
magnify
gradient
.*tospdif
dtstofloat32
logger
visual
...
...
libvlc/jni/libvlcjni.c
View file @
76e5af56
...
...
@@ -434,7 +434,7 @@ void Java_org_videolan_libvlc_LibVLC_nativeInit(JNIEnv *env, jobject thiz)
(
*
env
)
->
ReleaseStringUTFChars
(
env
,
cachePath
,
cache_path
);
}
#define MAX_ARGV
19
#define MAX_ARGV
20
const
char
*
argv
[
MAX_ARGV
];
int
argc
=
0
;
...
...
@@ -473,6 +473,7 @@ void Java_org_videolan_libvlc_LibVLC_nativeInit(JNIEnv *env, jobject thiz)
argv
[
argc
++
]
=
"--no-omxil-dr"
;
#endif
}
argv
[
argc
++
]
=
"--spdif"
;
argv
[
argc
++
]
=
b_verbose
?
"-vvv"
:
"-vv"
;
/* Reconnect on lost HTTP streams, e.g. network change */
...
...
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