mirror of
https://github.com/samsonjs/media.git
synced 2026-04-02 10:45:51 +00:00
Rename libvpxJNI.so to libvpxV2JNI.so
Renamed to stop collision between the ExoV1 and ExoV2 implementation. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=217348150
This commit is contained in:
parent
ee02c6789a
commit
cc914494d7
2 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ public final class VpxLibrary {
|
|||
ExoPlayerLibraryInfo.registerModule("goog.exo.vpx");
|
||||
}
|
||||
|
||||
private static final LibraryLoader LOADER = new LibraryLoader("vpx", "vpxJNI");
|
||||
private static final LibraryLoader LOADER = new LibraryLoader("vpx", "vpxV2JNI");
|
||||
|
||||
private VpxLibrary() {}
|
||||
|
||||
|
|
|
|||
|
|
@ -28,10 +28,10 @@ include $(LIBYUV_ROOT)/Android.mk
|
|||
LOCAL_PATH := $(WORKING_DIR)
|
||||
include libvpx.mk
|
||||
|
||||
# build libvpxJNI.so
|
||||
# build libvpxV2JNI.so
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_PATH := $(WORKING_DIR)
|
||||
LOCAL_MODULE := libvpxJNI
|
||||
LOCAL_MODULE := libvpxV2JNI
|
||||
LOCAL_ARM_MODE := arm
|
||||
LOCAL_CPP_EXTENSION := .cc
|
||||
LOCAL_SRC_FILES := vpx_jni.cc
|
||||
|
|
|
|||
Loading…
Reference in a new issue