mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
configure.ac: export [_]*{gst,Gst,GST}.* symbols from plugins
Original commit message from CVS: 2004-02-22 Benjamin Otte <otte@gnome.org> * configure.ac: export [_]*{gst,Gst,GST}.* symbols from plugins 2004-02-22 Christophe Fergeau <teuf@gnome.org> reviewed by: Benjamin Otte <otte@gnome.org> * ext/lame/gstlame.c: (add_one_tag): * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list): * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value), (gst_vorbisenc_metadata_set1): * gst/tags/gstid3tag.c: * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): apply fixes from bugs #135042 (lame can't write tags) and #133817 (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
This commit is contained in:
parent
22804fbead
commit
fb73db4b31
2 changed files with 20 additions and 1 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,4 +1,23 @@
|
|||
2004-02-22 Benjamin Otte <otte@gnome.org>
|
||||
|
||||
* configure.ac:
|
||||
export [_]*{gst,Gst,GST}.* symbols from plugins
|
||||
|
||||
2004-02-22 Christophe Fergeau <teuf@gnome.org>
|
||||
|
||||
reviewed by: Benjamin Otte <otte@gnome.org>
|
||||
|
||||
* ext/lame/gstlame.c: (add_one_tag):
|
||||
* ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
|
||||
* ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
|
||||
(gst_vorbisenc_metadata_set1):
|
||||
* gst/tags/gstid3tag.c:
|
||||
* gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
|
||||
apply fixes from bugs #135042 (lame can't write tags) and #133817
|
||||
(add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
|
||||
|
||||
2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
|
||||
|
||||
* configure.ac: Export only gst_plugin_desc from plugins.
|
||||
Note that this change only makes any effect with Linux using libtool
|
||||
1.5.2 or higher. Otherwise it is silently ignored, but it would build
|
||||
|
|
|
@ -326,7 +326,7 @@ dnl ===========================================================================
|
|||
plugindir="\$(libdir)/gstreamer-$GST_MAJORMINOR"
|
||||
AC_SUBST(plugindir)
|
||||
|
||||
GST_PLUGIN_LDFLAGS='-module -avoid-version -export-symbols-regex gst_plugin_desc'
|
||||
GST_PLUGIN_LDFLAGS='-module -avoid-version -export-symbols-regex [_]*{gst_,Gst,GST_}.*'
|
||||
AC_SUBST(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
dnl these are all the gst plug-ins, compilable without additional libs
|
||||
|
|
Loading…
Reference in a new issue