summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2005-07-28 11:47:03 +0000
committerTim-Philipp Müller <tim@centricular.net>2005-07-28 11:47:03 +0000
commitb886b8a303e674fc8fd58994847a0c375217e920 (patch)
treef6ff8fed8ffb6fd7e6a18584de8ad2417575075c /ChangeLog
parentc4fcb1bddd45bdd537c7428ba497fc6cf8ebc6af (diff)
downloadgst-plugins-bad-b886b8a303e674fc8fd58994847a0c375217e920.tar.gz
gst-plugins-bad-b886b8a303e674fc8fd58994847a0c375217e920.tar.bz2
gst-plugins-bad-b886b8a303e674fc8fd58994847a0c375217e920.zip
configure.ac: Bump libx264 requirement to a more recent version (my version had x264_nal_encode, but X264_ME_UMH was ...
Original commit message from CVS: * configure.ac: Bump libx264 requirement to a more recent version (my version had x264_nal_encode, but X264_ME_UMH was missing from the header file, among other things) * ext/x264/x264enc.c: Use "_stdint.h" instead of <stdint.h> * ext/x264/x264enc.h: * ext/mad/gstid3demuxbin.c: HAVE_CONFIG_G => HAVE_CONFIG_H
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20477620..d1fa021c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
+
+ * configure.ac:
+ Bump libx264 requirement to a more recent version (my version had
+ x264_nal_encode, but X264_ME_UMH was missing from the header file,
+ among other things)
+
+ * ext/x264/x264enc.c:
+ Use "_stdint.h" instead of <stdint.h>
+
+ * ext/x264/x264enc.h:
+ * ext/mad/gstid3demuxbin.c:
+ HAVE_CONFIG_G => HAVE_CONFIG_H
+
2005-07-28 Michael Smith <msmith@fluendo.com>
Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net>