summaryrefslogtreecommitdiffstats
path: root/ext/swfdec
diff options
context:
space:
mode:
Diffstat (limited to 'ext/swfdec')
-rw-r--r--ext/swfdec/Makefile.am2
-rw-r--r--ext/swfdec/gstswfdec.c2
2 files changed, 1 insertions, 3 deletions
diff --git a/ext/swfdec/Makefile.am b/ext/swfdec/Makefile.am
index d4e989f8..2d7f41d3 100644
--- a/ext/swfdec/Makefile.am
+++ b/ext/swfdec/Makefile.am
@@ -1,5 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
-
plugin_LTLIBRARIES = libgstswfdec.la
libgstswfdec_la_SOURCES = gstswfdec.c
diff --git a/ext/swfdec/gstswfdec.c b/ext/swfdec/gstswfdec.c
index dcd744ae..7f945e6b 100644
--- a/ext/swfdec/gstswfdec.c
+++ b/ext/swfdec/gstswfdec.c
@@ -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",