mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +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)
|
include $(CLEAR_VARS)
|
||||||
|
|
||||||
LOCAL_MODULE := gstplayer
|
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_SHARED_LIBRARIES := gstreamer_android
|
||||||
LOCAL_LDLIBS := -llog -landroid
|
LOCAL_LDLIBS := -llog -landroid
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
Loading…
Reference in a new issue