mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
add GST_PLUGIN_EXPORT definition
Original commit message from CVS: add GST_PLUGIN_EXPORT definition
This commit is contained in:
parent
00260c591c
commit
3330b4665b
3 changed files with 12 additions and 0 deletions
|
@ -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>
|
2004-07-25 Steve Lhomme <steve.lhomme@free.fr>
|
||||||
|
|
||||||
* gst/gstplugin.h:
|
* gst/gstplugin.h:
|
||||||
|
|
|
@ -1791,6 +1791,7 @@ GST_DISABLE_PLUGIN
|
||||||
GST_DISABLE_URI
|
GST_DISABLE_URI
|
||||||
GST_PTR_FORMAT
|
GST_PTR_FORMAT
|
||||||
GST_EXPORT
|
GST_EXPORT
|
||||||
|
GST_PLUGIN_EXPORT
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
|
|
|
@ -128,4 +128,9 @@ Under Windows it permits to export variables from a DLL, otherwise it just means
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO GST_PLUGIN_EXPORT ##### -->
|
||||||
|
<para>
|
||||||
|
Under Windows it permits to automatically export the plugin definition, otherwise it just defines as nothing.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue