summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-12-25 23:41:03 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-12-25 23:41:50 +0000
commit9a3e4ce5cb38afc0e95a5e045782317eeb3d5b2f (patch)
tree43f93c59986be89d13767b0e95692a5632ff1f56 /scripts
parentf52ffa5f0e1f80c9939567d7dbc062711dc8cf2d (diff)
downloadgstreamer-9a3e4ce5cb38afc0e95a5e045782317eeb3d5b2f.tar.gz
libs: remove gdp dataprotocol library
Made private and moved to gdp plugin in -base for the time being, until we figure out what we do with gdp and 0.11.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gst-uninstalled2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gst-uninstalled b/scripts/gst-uninstalled
index 485a1c16a0..fa51658b7c 100755
--- a/scripts/gst-uninstalled
+++ b/scripts/gst-uninstalled
@@ -79,7 +79,7 @@ do
done
# GStreamer core libraries
-for path in base net check controller dataprotocol
+for path in base net check controller
do
LD_LIBRARY_PATH=$GST/gstreamer/libs/gst/$path/.libs:$LD_LIBRARY_PATH
DYLD_LIBRARY_PATH=$GST/gstreamer/libs/gst/$path/.libs:$DYLD_LIBRARY_PATH