Fix Android.mk and make it use GSTREAMER_SDK_ROOT_ANDROID

This commit is contained in:
Xavi Artigas 2012-09-28 12:12:21 +02:00
parent 2ca5b7356c
commit 9eb55274bc

View file

@ -22,9 +22,10 @@ LOCAL_SHARED_LIBRARIES := gstreamer_android
LOCAL_LDLIBS := -landroid LOCAL_LDLIBS := -landroid
include $(BUILD_SHARED_LIBRARY) include $(BUILD_SHARED_LIBRARY)
ifndef ifndef GSTREAMER_SDK_ROOT_ANDROID
GSTREAMER_SDK_ROOT := $(CERBERO_PREFIX) $(error GSTREAMER_SDK_ROOT_ANDROID is not defined!)
endif endif
GSTREAMER_SDK_ROOT := $(GSTREAMER_SDK_ROOT_ANDROID)
GSTREAMER_NDK_BUILD_PATH := $(GSTREAMER_SDK_ROOT)/share/gst-android/ndk-build/ GSTREAMER_NDK_BUILD_PATH := $(GSTREAMER_SDK_ROOT)/share/gst-android/ndk-build/
GSTREAMER_PLUGINS := coreelements ogg theora vorbis ffmpegcolorspace playback audioconvert audiorate audioresample coreindexers gio uridecodebin videorate videoscale typefindfunctions eglglessink soup amc matroska autodetect videofilter videotestsrc opensles volume GSTREAMER_PLUGINS := coreelements ogg theora vorbis ffmpegcolorspace playback audioconvert audiorate audioresample coreindexers gio uridecodebin videorate videoscale typefindfunctions eglglessink soup amc matroska autodetect videofilter videotestsrc opensles volume
G_IO_MODULES := gnutls G_IO_MODULES := gnutls