diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2014-11-12 19:49:31 +0100 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2014-11-15 11:51:28 +0100 |
commit | 40a0a21b17121b0caea9b4f736ad137efde56cae (patch) | |
tree | 69183851ea92a1cc41fefe472429c1005b6ae921 /data/ndk-build/gstreamer-1.0.mk | |
parent | 585b2f54450a85bf29a0dfc6b83733b3c3c2d948 (diff) |
Remove all references to GNonLin, it has been replaced by NLE
Currently directly in GES, and in the future should land in -base
Diffstat (limited to 'data/ndk-build/gstreamer-1.0.mk')
-rwxr-xr-x | data/ndk-build/gstreamer-1.0.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/ndk-build/gstreamer-1.0.mk b/data/ndk-build/gstreamer-1.0.mk index e7e2b199..a0a583b8 100755 --- a/data/ndk-build/gstreamer-1.0.mk +++ b/data/ndk-build/gstreamer-1.0.mk @@ -129,7 +129,6 @@ GSTREAMER_PLUGINS_LIBS := $(call fix-plugin-name,gstsiren,siren) GSTREAMER_PLUGINS_LIBS := $(call fix-plugin-name,sdp,sdpelem) GSTREAMER_PLUGINS_LIBS := $(call fix-plugin-name,scaletempo,scaletempoplugin) GSTREAMER_PLUGINS_LIBS := $(call fix-plugin-name,realmedia,rmdemux) -GSTREAMER_PLUGINS_LIBS := $(subst gstgnonlin,gnl,$(GSTREAMER_PLUGINS_LIBS)) # Generate the plugins' declaration strings GSTREAMER_PLUGINS_DECLARE := $(foreach plugin, $(GSTREAMER_PLUGINS), \ |