summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-04-03 10:57:18 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-04-03 10:57:18 +0000
commitbd47eb32fc725a29596d389cd668e0582d5d538a (patch)
tree0253c81beb2cb3a6a2a18dc6a3e19b3b406a2d94
parent6a75a979990b89b97ea3921ae0573ea61227c35d (diff)
downloadgst-plugins-bad-bd47eb32fc725a29596d389cd668e0582d5d538a.tar.gz
gst-plugins-bad-bd47eb32fc725a29596d389cd668e0582d5d538a.tar.bz2
gst-plugins-bad-bd47eb32fc725a29596d389cd668e0582d5d538a.zip
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.
-rw-r--r--ChangeLog8
-rw-r--r--ext/swfdec/Makefile.am2
-rw-r--r--ext/swfdec/gstswfdec.c2
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f17e613..f48906c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
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:
Add AX_CREATE_STDINT_H to create _stdint.h, needed by
the dts plugin.
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",