gst-uninstalled: refine search paths for uninstalled plugin modules
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 2 Aug 2009 13:28:38 +0000 (14:28 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 6 Aug 2009 08:21:33 +0000 (09:21 +0100)
Use more refined search paths for our plugin modules. Not only does
this make things much faster in an uninstalled setup, it also makes
sure we're not accidentally using out-of-date plugins built ages
ago as part of a (failed) 'make distcheck' when we forget to clean
up the distcheck build directory.

docs/faq/gst-uninstalled

index 85c7b976d715440a7b6145b64d90071cab2150d0..46006c8d83aa7bedb2f2cb6862d8cbf8c955c488 100755 (executable)
@@ -97,15 +97,23 @@ $GST/prefix/lib/pkgconfig\
 ${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
 
 export GST_PLUGIN_PATH="\
-$GST/gstreamer\
-:$GST/gst-plugins-base\
-:$GST/gst-plugins-good\
-:$GST/gst-plugins-ugly\
-:$GST/gst-plugins-bad\
-:$GST/gst-ffmpeg\
-:$GST/gnonlin\
+$GST/gstreamer/plugins\
+:$GST/gst-plugins-base/ext\
+:$GST/gst-plugins-base/gst\
+:$GST/gst-plugins-base/sys\
+:$GST/gst-plugins-good/ext\
+:$GST/gst-plugins-good/gst\
+:$GST/gst-plugins-good/sys\
+:$GST/gst-plugins-ugly/ext\
+:$GST/gst-plugins-ugly/gst\
+:$GST/gst-plugins-ugly/sys\
+:$GST/gst-plugins-bad/ext\
+:$GST/gst-plugins-bad/gst\
+:$GST/gst-plugins-bad/sys\
+:$GST/gst-ffmpeg/ext\
+:$GST/gnonlin/gnl\
 :$GST/gst-openmax\
-:$GST/gst-plugins-gl\
+:$GST/gst-plugins-gl/gst\
 :$GST/plugins\
 ${GST_PLUGIN_PATH:+:$GST_PLUGIN_PATH}"