From a4e60e061ce8f1f88050fab14cb4be31d8de5dd9 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 4 Mar 2007 23:41:04 +0000 Subject: [PATCH] update defs Original commit message from CVS: update defs --- win32/common/config.h | 8 +++++--- win32/common/libgstutils.def | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/win32/common/config.h b/win32/common/config.h index 46a9e4fcac..3d32e13715 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -211,13 +211,13 @@ #undef PACKAGE_NAME "GStreamer Base Plug-ins" /* Define to the full name and version of this package. */ -#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.11.1" +#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.11.2" /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME "gst-plugins-base" /* Define to the version of this package. */ -#undef PACKAGE_VERSION "0.10.11.1" +#undef PACKAGE_VERSION "0.10.11.2" /* directory where plugins are located */ #undef PLUGINDIR @@ -241,7 +241,7 @@ #undef STDC_HEADERS /* Version number of package */ -#define VERSION "0.10.11.1" +#define VERSION "0.10.11.2" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ @@ -255,3 +255,5 @@ #ifndef __cplusplus #undef inline #endif + +#define GST_INSTALL_PLUGINS_HELPER "/usr/local/libexec/gst-install-plugins-helper" diff --git a/win32/common/libgstutils.def b/win32/common/libgstutils.def index 0d2bd397f9..5306c6bf14 100644 --- a/win32/common/libgstutils.def +++ b/win32/common/libgstutils.def @@ -1,8 +1,8 @@ EXPORTS - gst_base_utils_init - gst_base_utils_get_source_description + gst_pb_utils_init + gst_pb_utils_get_source_description gst_is_missing_plugin_message gst_missing_decoder_message_new gst_missing_element_message_new gst_missing_plugin_message_get_installer_detail - gst_missing_uri_source_message_new \ No newline at end of file + gst_missing_uri_source_message_new