summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2017-03-05 16:35:15 -0500
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2017-05-09 08:47:22 -0400
commitdaa9187848c6d0aaba0b40e64e4efba597300db7 (patch)
treefbcab6be75c16bb41a6a7abc4f9ae83b61ce0f44 /data
parent7191a09491669186c480d360f4b6af75b1e22ee5 (diff)
Remove duplicated static gstreamer build
The plugin interface now supports building once for both static and dynamic modules. https://bugzilla.gnome.org/show_bug.cgi?id=779344
Diffstat (limited to 'data')
-rw-r--r--data/ndk-build/gstreamer-1.0.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/data/ndk-build/gstreamer-1.0.mk b/data/ndk-build/gstreamer-1.0.mk
index 64cf8c5e..aa3f912a 100644
--- a/data/ndk-build/gstreamer-1.0.mk
+++ b/data/ndk-build/gstreamer-1.0.mk
@@ -35,9 +35,8 @@ GSTREAMER_ROOT := $(wildcard $(GSTREAMER_ROOT))
# Path for GStreamer static plugins
ifndef GSTREAMER_STATIC_PLUGINS_PATH
-GSTREAMER_STATIC_PLUGINS_PATH := lib/gstreamer-1.0
+GSTREAMER_STATIC_PLUGINS_PATH := $(GSTREAMER_ROOT)/lib/gstreamer-1.0
endif
-GSTREAMER_STATIC_PLUGINS_PATH := $(GSTREAMER_ROOT)/lib/gstreamer-1.0/static
# Path for the NDK integration makefiles
ifndef GSTREAMER_NDK_BUILD_PATH