Skip to content

Commit 8d10601

Browse files
committed
enhancement #9: refacto android code
1 parent 687c63c commit 8d10601

File tree

9 files changed

+711
-694
lines changed

9 files changed

+711
-694
lines changed

Plugin/android/Android.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include $(CLEAR_VARS)
66
#SYSROOT := $(abspath $(LOCAL_PATH))
77

88
LOCAL_MODULE := UnityGStreamerPlugin
9-
LOCAL_SRC_FILES := ../src/DebugLog.cpp ../src/RenderingPlugin.cpp ../src/GstDataPipeline.cpp ../src/GstBasePipeline.cpp ../src/GstAVPipelineOpenGLES.cpp
9+
LOCAL_SRC_FILES := ../src/DebugLog.cpp ../src/RenderingPlugin.cpp ../src/GstDataPipeline.cpp ../src/GstBasePipeline.cpp ../src/GstAVPipeline.cpp ../src/GstAVPipelineOpenGLES.cpp
1010

1111
LOCAL_SHARED_LIBRARIES := gstreamer_android
1212
LOCAL_LDLIBS := -llog -landroid -lEGL -lGLESv2

0 commit comments

Comments
 (0)