diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2013-03-16 12:05:39 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2013-03-16 12:06:27 +0000 |
commit | c4138f6c5beabbcebcb3804bd082492fd5122eb7 (patch) | |
tree | 224bce47f12c6be710fd8da579e71e032058129a /scripts | |
parent | 57ff83b61e6b11a313a23b1564f9d5f98e418931 (diff) |
gst-uninstalled: remove ffmpeg libs from dynamic linker paths
We link those libs into the plugin statically, or use external
system libs, but never the internal snapshot dynamically.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gst-uninstalled | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/gst-uninstalled b/scripts/gst-uninstalled index b862a1b2c..210e76fcc 100755 --- a/scripts/gst-uninstalled +++ b/scripts/gst-uninstalled @@ -71,13 +71,6 @@ LD_LIBRARY_PATH=$GST/gst-rtsp-server/gst/rtsp-server/.libs:$LD_LIBRARY_PATH DYLD_LIBRARY_PATH=$GST/gst-rtsp-server/gst/rtsp-server/.libs:$DYLD_LIBRARY_PATH GI_TYPELIB_PATH=$GST/gst-rtsp-server/gst/rtsp-server:$GI_TYPELIB_PATH -# GStreamer ffmpeg libraries -for path in libavformat libavutil libavcodec libpostproc libavdevice -do - LD_LIBRARY_PATH=$GST/gst-ffmpeg/gst-libs/ext/ffmpeg/$path:$LD_LIBRARY_PATH - DYLD_LIBRARY_PATH=$GST/gst-ffmpeg/gst-libs/ext/ffmpeg/$path:$DYLD_LIBRARY_PATH -done - # GStreamer Editing Services library LD_LIBRARY_PATH=$GST/gst-editing-services/ges/.libs:$LD_LIBRARY_PATH DYLD_LIBRARY_PATH=$GST/gst-editing-services/ges/.libs:$DYLD_LIBRARY_PATH |