playback/player: android: Add gstplayer-media-info.c to the build
JNI bindings still need updating for the new media info API. https://github.com/sdroege/gst-player/issues/30
This commit is contained in:
parent
bf8604dcf3
commit
2a5ba6574f
@ -3,7 +3,7 @@ LOCAL_PATH := $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_MODULE := gstplayer
|
||||
LOCAL_SRC_FILES := player.c ../../lib/gst/player/gstplayer.c
|
||||
LOCAL_SRC_FILES := player.c ../../lib/gst/player/gstplayer.c ../../lib/gst/player/gstplayer-media-info.c
|
||||
LOCAL_SHARED_LIBRARIES := gstreamer_android
|
||||
LOCAL_LDLIBS := -llog -landroid
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
Loading…
x
Reference in New Issue
Block a user