diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-04-03 10:57:18 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-04-03 10:57:18 +0000 |
commit | bd47eb32fc725a29596d389cd668e0582d5d538a (patch) | |
tree | 0253c81beb2cb3a6a2a18dc6a3e19b3b406a2d94 /ChangeLog | |
parent | 6a75a979990b89b97ea3921ae0573ea61227c35d (diff) | |
download | gst-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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |