add GST_PLUGIN_EXPORT definition

Original commit message from CVS:
add GST_PLUGIN_EXPORT definition
This commit is contained in:
Steve Lhomme 2004-07-25 11:10:34 +00:00
parent 00260c591c
commit 3330b4665b
3 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
* docs/gst/gstreamer-sections.txt:
* docs/gst/tmpl/gstconfig.sgml:
add GST_PLUGIN_EXPORT definition
2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
* gst/gstplugin.h:

View file

@ -1791,6 +1791,7 @@ GST_DISABLE_PLUGIN
GST_DISABLE_URI
GST_PTR_FORMAT
GST_EXPORT
GST_PLUGIN_EXPORT
</SECTION>
<SECTION>

View file

@ -128,4 +128,9 @@ Under Windows it permits to export variables from a DLL, otherwise it just means
</para>
<!-- ##### MACRO GST_PLUGIN_EXPORT ##### -->
<para>
Under Windows it permits to automatically export the plugin definition, otherwise it just defines as nothing.
</para>