playback/player: android: fixed compilation error
This commit is contained in:
parent
261081aade
commit
696e1c9ab8
@ -4,6 +4,7 @@ include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := gstplayer
|
||||
LOCAL_SRC_FILES := player.c ../../lib/gst/player/gstplayer.c ../../lib/gst/player/gstplayer-media-info.c
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/../../lib
|
||||
LOCAL_SHARED_LIBRARIES := gstreamer_android
|
||||
LOCAL_LDLIBS := -llog -landroid
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <android/native_window.h>
|
||||
#include <android/native_window_jni.h>
|
||||
|
||||
#include "../../lib/gst/player/gstplayer.h"
|
||||
#include "gst/player/gstplayer.h"
|
||||
|
||||
GST_DEBUG_CATEGORY_STATIC (debug_category);
|
||||
#define GST_CAT_DEFAULT debug_category
|
||||
|
Loading…
x
Reference in New Issue
Block a user