gst/gstplugin.c: Switch to using G_MODULE_BIND_LOCAL, which means plugins are now...
authorDavid Schleef <ds@schleef.org>
Fri, 1 Apr 2005 02:41:35 +0000 (02:41 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 1 Apr 2005 02:41:35 +0000 (02:41 +0000)
commitfa948192ac4a58d1cf3e73c2c4b3326b44566d13
tree4d0f07c132fbeda55dde97e5f88fc128708064e5
parent123bfb04b36e365ea127e9500b5e350271229526
gst/gstplugin.c: Switch to using G_MODULE_BIND_LOCAL, which means plugins are now expected to link against libgstreamer.

Original commit message from CVS:
* gst/gstplugin.c: (gst_plugin_check_file), (gst_plugin_load_file):
Switch to using G_MODULE_BIND_LOCAL, which means plugins are now
expected to link against libgstreamer.
* gst/base/Makefile.am: link against libgstreamer
* gst/elements/Makefile.am: same
ChangeLog
gst/base/Makefile.am
gst/elements/Makefile.am
gst/gstplugin.c
libs/gst/base/Makefile.am
plugins/elements/Makefile.am