diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-10-02 11:44:20 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2013-10-02 11:44:20 +0200 |
commit | aef2dc8afa93d27e0845023f2561c9a6e87f1a77 (patch) | |
tree | d6accab50726ec75ae9adcc62d16370408049918 /data/ndk-build/gstreamer-1.0.mk | |
parent | aedb164777206762afe59026d0fe61cf907e0a9a (diff) |
ndk-build: let the user do the switch for setting the prefix
It's recommended that this switch is done in Android.mk. It let
us use keep the old behaviour using GSTREAMER_SDK_ROOT and users
might want to set different roots based on other conditionals
such as the debug/nodebug one.
Diffstat (limited to 'data/ndk-build/gstreamer-1.0.mk')
-rwxr-xr-x | data/ndk-build/gstreamer-1.0.mk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/data/ndk-build/gstreamer-1.0.mk b/data/ndk-build/gstreamer-1.0.mk index 470bed1c..33ae0314 100755 --- a/data/ndk-build/gstreamer-1.0.mk +++ b/data/ndk-build/gstreamer-1.0.mk @@ -16,16 +16,6 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. -ifeq ($(TARGET_ARCH_ABI), armeabi) -GSTREAMER_ROOT := $(GSTREAMER_ROOT_ARM) -else ifeq ($(TARGET_ARCH_ABI), armeabi-v7a) -GSTREAMER_ROOT := $(GSTREAMER_ROOT_ARMV7) -else ifeq ($(TARGET_ARCH_ABI), x86) -GSTREAMER_ROOT := $(GSTREAMER_ROOT_X86) -else - $(error "Unsupported ABI $(TARGET_ARCH_ABI)") -endif - $(call assert-defined, GSTREAMER_ROOT) $(if $(wildcard $(GSTREAMER_ROOT)),,\ $(error "The directory GSTREAMER_ROOT=$(GSTREAMER_ROOT) does not exists")\ |