playback/player: android: fixed compilation error

This commit is contained in:
Alex Moreno 2015-05-06 10:52:26 +08:00 committed by Sebastian Dröge
parent 261081aade
commit 696e1c9ab8
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -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