mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
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:
parent
6a75a97999
commit
bd47eb32fc
3 changed files with 9 additions and 3 deletions
|
@ -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>
|
2006-04-03 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
||||||
|
|
||||||
plugin_LTLIBRARIES = libgstswfdec.la
|
plugin_LTLIBRARIES = libgstswfdec.la
|
||||||
|
|
||||||
libgstswfdec_la_SOURCES = gstswfdec.c
|
libgstswfdec_la_SOURCES = gstswfdec.c
|
||||||
|
|
|
@ -908,7 +908,7 @@ plugin_init (GstPlugin * plugin)
|
||||||
GST_TYPE_SWFDEC);
|
GST_TYPE_SWFDEC);
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_PLUGIN_DEFINE_STATIC (GST_VERSION_MAJOR,
|
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
"swfdec",
|
"swfdec",
|
||||||
"Uses libswfdec to decode Flash video streams",
|
"Uses libswfdec to decode Flash video streams",
|
||||||
|
|
Loading…
Reference in a new issue