ext/swfdec/Makefile.am: Don't set plugindir.

Original commit message from CVS:
* ext/swfdec/Makefile.am:
Don't set plugindir.
* ext/swfdec/gstswfdec.c:
GST_PLUGIN_DEFINE_STATIC isn't a good idea for installed plugins.
This commit is contained in:
Tim-Philipp Müller 2006-04-03 10:57:18 +00:00
parent 6a75a97999
commit bd47eb32fc
3 changed files with 9 additions and 3 deletions

View file

@ -1,3 +1,11 @@
2006-04-03 Tim-Philipp Müller <tim at centricular dot net>
* ext/swfdec/Makefile.am:
Don't set plugindir.
* ext/swfdec/gstswfdec.c:
GST_PLUGIN_DEFINE_STATIC isn't a good idea for installed plugins.
2006-04-03 Tim-Philipp Müller <tim at centricular dot net>
* configure.ac:

View file

@ -1,5 +1,3 @@
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
plugin_LTLIBRARIES = libgstswfdec.la
libgstswfdec_la_SOURCES = gstswfdec.c

View file

@ -908,7 +908,7 @@ plugin_init (GstPlugin * plugin)
GST_TYPE_SWFDEC);
}
GST_PLUGIN_DEFINE_STATIC (GST_VERSION_MAJOR,
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"swfdec",
"Uses libswfdec to decode Flash video streams",