summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlessandro Decina <alessandro.d@gmail.com>2009-01-02 01:44:11 +0000
committerAlessandro Decina <alessandro.d@gmail.com>2009-01-02 01:44:11 +0000
commit833807a67ffb0cd8ce75232b9ac1fdf6d77725cf (patch)
tree46685f5a43ff6d0ce9f7f26072be3dabfee6ce4e /ChangeLog
parent1d71d95218e6615ee8edc8fdf38a83c6479d5d3f (diff)
downloadgstreamer-plugins-bad-833807a67ffb0cd8ce75232b9ac1fdf6d77725cf.tar.gz
ext/apexsink/Makefile.am: Link against -lgcrpyto for RSA_new and RSA_free.
Original commit message from CVS: * ext/apexsink/Makefile.am: Link against -lgcrpyto for RSA_new and RSA_free. * ext/faac/gstfaac.c: * ext/x264/gstx264enc.c: Fix compiler warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa7b48364..ea6906720 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2009-01-02 Alessandro Decina <alessandro.d@gmail.com>
+ * ext/apexsink/Makefile.am:
+ Link against -lgcrpyto for RSA_new and RSA_free.
+ * ext/faac/gstfaac.c:
+ * ext/x264/gstx264enc.c:
+ Fix compiler warnings.
+
+2009-01-02 Alessandro Decina <alessandro.d@gmail.com>
+
* gst/mpegdemux/gstmpegdemux.c:
Initialize scr_rate_n and scr_rate_d in order to fix compiler warnings.