summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Santos <thiagoss@osg.samsung.com>2016-01-25 09:29:54 -0300
committerThiago Santos <thiagoss@osg.samsung.com>2016-01-25 12:33:02 -0300
commite4fd4f1cb2479695d393bed696172ce856a6f45b (patch)
tree6e46dbd9ac2860b2997f9b73a32d43f4bccb9e46
parentca97a9882f79bbefd14bd5bcda572c3dab08db32 (diff)
gst-uninstalled: add http module to the listcookies
-rwxr-xr-xscripts/gst-uninstalled2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gst-uninstalled b/scripts/gst-uninstalled
index 5aa553127..7e6a09dd3 100755
--- a/scripts/gst-uninstalled
+++ b/scripts/gst-uninstalled
@@ -93,7 +93,7 @@ LD_LIBRARY_PATH=$GST/gstreamer-vaapi/gst-libs/gst/vaapi/.libs:$LD_LIBRARY_PATH
DYLD_LIBRARY_PATH=$GST/gstreamer-vaapi/gst-libs/gst/vaapi/.libs:$DYLD_LIBRARY_PATH
# GStreamer plugins base libraries
-for path in allocators app audio fft pbutils riff rtp rtsp sdp tag utils video
+for path in allocators app audio fft http pbutils riff rtp rtsp sdp tag utils video
do
LD_LIBRARY_PATH=$GST/gst-plugins-base/gst-libs/gst/$path/.libs:$LD_LIBRARY_PATH
DYLD_LIBRARY_PATH=$GST/gst-plugins-base/gst-libs/gst/$path/.libs:$DYLD_LIBRARY_PATH