[Android] Rename entry points of ttml demux functions
Jean-Baptiste Kempf
git at videolan.org
Wed Feb 22 11:39:21 CET 2017
vlc-android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Feb 22 11:38:03 2017 +0100| [69b9e5701977cad12a36af116c2051b908da2582] | committer: Geoffrey Métais
Rename entry points of ttml demux functions
close #221
Signed-off-by: Geoffrey Métais <geoffrey.metais at gmail.com>
> https://code.videolan.org/videolan/vlc-android/commit/69b9e5701977cad12a36af116c2051b908da2582
---
compile-libvlc.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 98c0014..68ab083 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -645,6 +645,8 @@ AccessOpen AccessOpen__$name
AccessClose AccessClose__$name
StreamOpen StreamOpen__$name
StreamClose StreamClose__$name
+OpenDemux OpenDemux__$name
+CloseDemux CloseDemux__$name
DemuxOpen DemuxOpen__$name
DemuxClose DemuxClose__$name
OpenFilter OpenFilter__$name
More information about the Android
mailing list