mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue