summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-11-04 12:49:40 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-11-04 12:49:40 +0000
commit0165bad2a803c193fb252466290e7de8bd808001 (patch)
treef7c3301744681b12527c296659b76121c4855540 /ChangeLog
parent42cf6d213f8c02b5b02c504853c77cb9ed2a0eb0 (diff)
ext/: Don't install static libs for plugins. Fixes #550851 for -ffmpeg.
Original commit message from CVS: * ext/ffmpeg/Makefile.am: * ext/libpostproc/Makefile.am: * ext/libswscale/Makefile.am: Don't install static libs for plugins. Fixes #550851 for -ffmpeg.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1305e2e..05de4d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-11-04 Stefan Kost <ensonic@users.sf.net>
+
+ * ext/ffmpeg/Makefile.am:
+ * ext/libpostproc/Makefile.am:
+ * ext/libswscale/Makefile.am:
+ Don't install static libs for plugins. Fixes #550851 for -ffmpeg.
+
2008-10-30 Sebastian Dröge <sebastian.droege@collabora.co.uk>
Based on a patch by: Alexis Ballier <aballier at gentoo dot org>