Commit e8b0d489 by olly Committed by Oliver Woodman

Rename Lib Opus in ExoV2 to avoid the namespace collision between ExoV1 and…

Rename Lib Opus in ExoV2 to avoid the namespace collision between ExoV1 and ExoV2's version of libopusJNI.so

PiperOrigin-RevId: 241359424
parent e612511a
...@@ -27,7 +27,7 @@ public final class OpusLibrary { ...@@ -27,7 +27,7 @@ public final class OpusLibrary {
ExoPlayerLibraryInfo.registerModule("goog.exo.opus"); ExoPlayerLibraryInfo.registerModule("goog.exo.opus");
} }
private static final LibraryLoader LOADER = new LibraryLoader("opusJNI"); private static final LibraryLoader LOADER = new LibraryLoader("opusV2JNI");
private OpusLibrary() {} private OpusLibrary() {}
......
...@@ -21,10 +21,10 @@ include $(CLEAR_VARS) ...@@ -21,10 +21,10 @@ include $(CLEAR_VARS)
LOCAL_PATH := $(WORKING_DIR) LOCAL_PATH := $(WORKING_DIR)
include libopus.mk include libopus.mk
# build libopusJNI.so # build libopusV2JNI.so
include $(CLEAR_VARS) include $(CLEAR_VARS)
LOCAL_PATH := $(WORKING_DIR) LOCAL_PATH := $(WORKING_DIR)
LOCAL_MODULE := libopusJNI LOCAL_MODULE := libopusV2JNI
LOCAL_ARM_MODE := arm LOCAL_ARM_MODE := arm
LOCAL_CPP_EXTENSION := .cc LOCAL_CPP_EXTENSION := .cc
LOCAL_SRC_FILES := opus_jni.cc LOCAL_SRC_FILES := opus_jni.cc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment