aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-09-14 09:01:22 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-09-14 09:01:22 +0200
commite0655f96cc7e2ef783f3db82c6b087d34f1e2b87 (patch)
tree3fbcd63c3f1a9a3677b48fcab2275bd2e10123a0 /scripts
parentd1f921cf62a353aff4ea4bbb953cd08d6bdc8fc1 (diff)
Imported Upstream version 0.11.94upstream/0.11.94
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gst-uninstalled14
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/gst-uninstalled b/scripts/gst-uninstalled
index 31702d2..c2ca503 100755
--- a/scripts/gst-uninstalled
+++ b/scripts/gst-uninstalled
@@ -132,6 +132,7 @@ $GST/gstreamer/plugins\
:$GST/gst-plugins-bad/ext\
:$GST/gst-plugins-bad/gst\
:$GST/gst-plugins-bad/sys\
+:$GST/gst-libav/ext/\
:$GST/gst-ffmpeg/ext/\
:$GST/gnonlin/gnl/.libs\
:$GST/gst-openmax/omx/.libs\
@@ -190,6 +191,19 @@ export LD_LIBRARY_PATH=$GST/gst-editing-services/ges/.libs:$LD_LIBRARY_PATH
export DYLD_LIBRARY_PATH=$GST/gst-editing-services/ges/.libs:$DYLD_LIBRARY_PATH
export PATH=$GST/gst-editing-services/tools:$PATH
+if [ -d "$GST/gst-libav" -a -d "$GST/gst-ffmpeg" ]; then
+ echo
+ echo "====================================================================="
+ echo " You have both an uninstalled gst-ffmpeg checkout and a gst-libav"
+ echo " checkout. You need to remove one of those. You should remove"
+ echo
+ echo " $GST/gst-ffmpeg"
+ echo
+ echo " since gst-libav replaces gst-ffmpeg."
+ echo "====================================================================="
+ echo
+fi
+
# if we got a command, run it, else start a shell
if test ! -z "$1";
then