mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
Only set GSTREAMER_SDK_ROOT if it wasn't set yet
This commit is contained in:
parent
929f8eb55f
commit
74543783c0
1 changed files with 2 additions and 0 deletions
|
@ -22,10 +22,12 @@ LOCAL_SHARED_LIBRARIES := gstreamer_android
|
||||||
LOCAL_LDLIBS := -landroid
|
LOCAL_LDLIBS := -landroid
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
||||||
|
ifndef GSTREAMER_SDK_ROOT
|
||||||
ifndef GSTREAMER_SDK_ROOT_ANDROID
|
ifndef GSTREAMER_SDK_ROOT_ANDROID
|
||||||
$(error GSTREAMER_SDK_ROOT_ANDROID is not defined!)
|
$(error GSTREAMER_SDK_ROOT_ANDROID is not defined!)
|
||||||
endif
|
endif
|
||||||
GSTREAMER_SDK_ROOT := $(GSTREAMER_SDK_ROOT_ANDROID)
|
GSTREAMER_SDK_ROOT := $(GSTREAMER_SDK_ROOT_ANDROID)
|
||||||
|
endif
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue