mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
update defs
Original commit message from CVS: update defs
This commit is contained in:
parent
f6bd20e5e3
commit
a4e60e061c
2 changed files with 8 additions and 6 deletions
|
@ -211,13 +211,13 @@
|
||||||
#undef PACKAGE_NAME "GStreamer Base Plug-ins"
|
#undef PACKAGE_NAME "GStreamer Base Plug-ins"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* 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. */
|
/* Define to the one symbol short name of this package. */
|
||||||
#undef PACKAGE_TARNAME "gst-plugins-base"
|
#undef PACKAGE_TARNAME "gst-plugins-base"
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* 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 */
|
/* directory where plugins are located */
|
||||||
#undef PLUGINDIR
|
#undef PLUGINDIR
|
||||||
|
@ -241,7 +241,7 @@
|
||||||
#undef STDC_HEADERS
|
#undef STDC_HEADERS
|
||||||
|
|
||||||
/* Version number of package */
|
/* 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
|
/* Define to 1 if your processor stores words with the most significant byte
|
||||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||||
|
@ -255,3 +255,5 @@
|
||||||
#ifndef __cplusplus
|
#ifndef __cplusplus
|
||||||
#undef inline
|
#undef inline
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define GST_INSTALL_PLUGINS_HELPER "/usr/local/libexec/gst-install-plugins-helper"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
EXPORTS
|
EXPORTS
|
||||||
gst_base_utils_init
|
gst_pb_utils_init
|
||||||
gst_base_utils_get_source_description
|
gst_pb_utils_get_source_description
|
||||||
gst_is_missing_plugin_message
|
gst_is_missing_plugin_message
|
||||||
gst_missing_decoder_message_new
|
gst_missing_decoder_message_new
|
||||||
gst_missing_element_message_new
|
gst_missing_element_message_new
|
||||||
gst_missing_plugin_message_get_installer_detail
|
gst_missing_plugin_message_get_installer_detail
|
||||||
gst_missing_uri_source_message_new
|
gst_missing_uri_source_message_new
|
||||||
|
|
Loading…
Reference in a new issue