update win32 common dir; update uninstalled script
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 3 Apr 2006 08:59:52 +0000 (08:59 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 3 Apr 2006 08:59:52 +0000 (08:59 +0000)
Original commit message from CVS:
update win32 common dir; update uninstalled script

common
docs/faq/gst-uninstalled
win32/common/config.h

diff --git a/common b/common
index 6850ec3d1c74ff309330c3410c3fce3d947986ca..6f7101e2227975fa8a134358362dd4b55e326b4c 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 6850ec3d1c74ff309330c3410c3fce3d947986ca
+Subproject commit 6f7101e2227975fa8a134358362dd4b55e326b4c
index 80f7413524110d475f14d14f5b86ea416ee63013..957f0c6175e83cb84cc007f49e4d35977345ebb3 100755 (executable)
@@ -54,7 +54,7 @@ done
 LD_LIBRARY_PATH=$GST/gstreamer/gst/.libs:$LD_LIBRARY_PATH
 export LD_LIBRARY_PATH
   
-export PKG_CONFIG_PATH=$GST/prefix/lib/pkgconfig:$GST/gstreamer/pkgconfig:$GST/gst-plugins/pkgconfig:$GST/gst-plugins-base/pkgconfig:$GST/gst-python/pkgconfig:$PKG_CONFIG_PATH
+export PKG_CONFIG_PATH=$GST/prefix/lib/pkgconfig:$GST/gstreamer/pkgconfig:$GST/gst-plugins/pkgconfig:$GST/gst-plugins-base/pkgconfig:$GST/gst-plugins-good/pkgconfig:$GST/gst-python/pkgconfig:$PKG_CONFIG_PATH
 export GST_PLUGIN_PATH=$GST/gstreamer:$GST/gst-plugins:$GST/gst-plugins-base:$GST/gst-plugins-good:$GST/gst-plugins-ugly:$GST/gst-plugins-bad:$GST/gst-ffmpeg:$GST/gst-monkeysaudio:$GST/plugins:$GST_PLUGIN_PATH
 export GST_PLUGIN_SYSTEM_PATH=
 export GST_REGISTRY=$GST/gstreamer/registry.xml
index 4c3c8e63238b376d24912694d0d2c34166fe6350..f90e663af2c0072ac1f66a76a7d5f326e43f0ba6 100644 (file)
 #define PACKAGE_NAME "GStreamer"
 
 /* Define to the full name and version of this package. */
-#undef PACKAGE_STRING "GStreamer 0.10.4.1"
+#define PACKAGE_STRING "GStreamer 0.10.4.1"
 
 /* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME "gstreamer"
+#define PACKAGE_TARNAME "gstreamer"
 
 /* Define to the version of this package. */
-#undef PACKAGE_VERSION "0.10.4.1"
+#define PACKAGE_VERSION "0.10.4.1"
 
 /* Define the plugin directory */
 #ifdef _DEBUG