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:
Sebastian Dröge 2015-05-04 22:37:34 +02:00
parent bf8604dcf3
commit 2a5ba6574f

View file

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