summaryrefslogtreecommitdiff
authorTellen Yu <tellen.yu@amlogic.com>2018-02-28 10:12:53 (GMT)
committer Gerrit Code Review <gituser@li1005-239.members.linode.com>2018-02-28 10:12:53 (GMT)
commit2b3c74a7cfe1ac5939bde318665e4a130e37a576 (patch)
tree00c2586e724d821ca280c4f5b8ace18c585cbf0d
parent7bcda7795e74f526e53b3b776402e2ad659183c3 (diff)
parent1ffc789612ad65f77109fd017944c96f0f7b64fe (diff)
downloadampere-2b3c74a7cfe1ac5939bde318665e4a130e37a576.zip
ampere-2b3c74a7cfe1ac5939bde318665e4a130e37a576.tar.gz
ampere-2b3c74a7cfe1ac5939bde318665e4a130e37a576.tar.bz2
Merge "tv_input: enable HDMI/AV in for Darwin [1/1]" into o-amlogic
Diffstat
-rw-r--r--apps/TvInput/DroidLogicTvInput/src/com/droidlogic/tvinput/widget/DTVSubtitleView.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/TvInput/DroidLogicTvInput/src/com/droidlogic/tvinput/widget/DTVSubtitleView.java b/apps/TvInput/DroidLogicTvInput/src/com/droidlogic/tvinput/widget/DTVSubtitleView.java
index edddd9e..8728a4b 100644
--- a/apps/TvInput/DroidLogicTvInput/src/com/droidlogic/tvinput/widget/DTVSubtitleView.java
+++ b/apps/TvInput/DroidLogicTvInput/src/com/droidlogic/tvinput/widget/DTVSubtitleView.java
@@ -144,9 +144,9 @@ public class DTVSubtitleView extends View {
private native int native_sub_set_active(boolean active);
static {
- System.loadLibrary("am_adp");
- System.loadLibrary("am_mw");
- System.loadLibrary("zvbi");
+ //System.loadLibrary("am_adp");
+ //System.loadLibrary("am_mw");
+ //System.loadLibrary("zvbi");
System.loadLibrary("jnidtvsubtitle");
}