Use the new library name in the android sample projects

This commit is contained in:
Martin Storsjö 2014-05-04 16:00:04 +03:00
parent a0002c2be8
commit b4fdfa64af
4 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := wels
LOCAL_SRC_FILES := ../../../../../libwels.so
LOCAL_SRC_FILES := ../../../../../libopenh264.so
include $(PREBUILT_SHARED_LIBRARY)

View File

@ -104,7 +104,7 @@ public class WelsDecTest extends Activity {
private static final String TAG = "welsdec";
static {
try {
System.loadLibrary("wels");
System.loadLibrary("openh264");
System.loadLibrary("stlport_shared");
System.loadLibrary("welsdecdemo");
Log.v(TAG, "Load libwelsdec successful");

View File

@ -3,7 +3,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := wels
LOCAL_SRC_FILES := ../../../../../libwels.so
LOCAL_SRC_FILES := ../../../../../libopenh264.so
include $(PREBUILT_SHARED_LIBRARY)

View File

@ -104,7 +104,7 @@ public class WelsEncTest extends Activity {
private static final String TAG = "welsenc";
static {
try {
System.loadLibrary("wels");
System.loadLibrary("openh264");
System.loadLibrary("stlport_shared");
System.loadLibrary("welsencdemo");
Log.v(TAG, "Load libwelsencdemo.so successful");