mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
update win32 common dir; update uninstalled script
Original commit message from CVS: update win32 common dir; update uninstalled script
This commit is contained in:
parent
a93a280d99
commit
f2fbbff1fb
3 changed files with 5 additions and 5 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 6850ec3d1c74ff309330c3410c3fce3d947986ca
|
||||
Subproject commit 6f7101e2227975fa8a134358362dd4b55e326b4c
|
|
@ -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
|
||||
|
|
|
@ -191,13 +191,13 @@
|
|||
#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
|
||||
|
|
Loading…
Reference in a new issue