mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-18 14:29:57 +00:00
Remove jlibrtp (finally). CPU decoding support (works great on Tegra 4, not so well on Tegra 3)
This commit is contained in:
16
jni/nv_opus_dec/Android.mk
Normal file
16
jni/nv_opus_dec/Android.mk
Normal file
@@ -0,0 +1,16 @@
|
||||
# Android.mk for Limelight's Opus decoder
|
||||
MY_LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(call all-subdir-makefiles)
|
||||
|
||||
LOCAL_PATH := $(MY_LOCAL_PATH)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := nv_opus_dec
|
||||
LOCAL_SRC_FILES := nv_opus_dec.c nv_opus_dec_jni.c
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/libopus/inc
|
||||
|
||||
# Link to libopus library
|
||||
LOCAL_STATIC_LIBRARIES := libopus
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
Reference in New Issue
Block a user