summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2012-10-31 19:58:24 +0100
committerAndoni Morales Alastruey <ylatuya@gmail.com>2012-11-01 02:47:34 +0100
commit465c40b79c03f4f67bfa7253cbd2dd0f6919b243 (patch)
tree72d779c4f0aa196a9b248bcaf5c96d0c9cac84b0 /data
parent5d9923e8950910a0ad27ff187ed9ee79fca0ca87 (diff)
ndk-build: remove libtool bits not used anymore
Diffstat (limited to 'data')
-rwxr-xr-xdata/ndk-build/gstreamer.mk15
1 files changed, 0 insertions, 15 deletions
diff --git a/data/ndk-build/gstreamer.mk b/data/ndk-build/gstreamer.mk
index 58e984e..da85dbc 100755
--- a/data/ndk-build/gstreamer.mk
+++ b/data/ndk-build/gstreamer.mk
@@ -61,21 +61,6 @@ else
GSTREAMER_LD := -fuse-ld=gold
endif
-
-#############################################
-# Make pkg-config and libtool relocatable #
-#############################################
-
-# libtool:
-# Use the env variables LT_OLD_PREFIX and LT_NEW_PREFIX which replace
-# the build prefix with the installation one
-BUILD_PREFIX := $(call pkg-config-get-prefix,glib-2.0)
-LIBTOOL := LT_OLD_PREFIX=$(BUILD_PREFIX) LT_NEW_PREFIX=$(GSTREAMER_SDK_ROOT) $(GSTREAMER_NDK_BUILD_PATH)/libtool #--no-warn --silent
-ifeq ($(HOST_OS),windows)
- LIBTOOL := $(HOST_SH) -c "$(LIBTOOL)"
-endif
-
-
################################
# NDK Build Prebuilt library #
################################