summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-02-22 06:12:07 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-02-22 06:12:07 +0000
commitb750dbd5efb93ec58f4d85aee0709069fe4385f6 (patch)
tree070a473731a80b9d3743c5a4b9397b80b21d0c8a /ChangeLog
parented7773728c669f1721e3d7554841db1c5826878e (diff)
downloadgst-plugins-bad-b750dbd5efb93ec58f4d85aee0709069fe4385f6.tar.gz
gst-plugins-bad-b750dbd5efb93ec58f4d85aee0709069fe4385f6.tar.bz2
gst-plugins-bad-b750dbd5efb93ec58f4d85aee0709069fe4385f6.zip
Remove hack to work with mjpegtools 1.9.0rc3 and above and instead use mjpeg_loglev_t() for getting the log levels. C...
Original commit message from CVS: Based on a patch by: Hans de Goede <j dot w dot r dot degoede at hhs dot nl> * configure.ac: * ext/mpeg2enc/gstmpeg2enc.cc: Remove hack to work with mjpegtools 1.9.0rc3 and above and instead use mjpeg_loglev_t() for getting the log levels. Check for this function in configure.ac as the pkg-config file doesn't tell us which release candidate we have. Fixes bug #517896.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49692bba..bc2a9b6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
+ Based on a patch by:
+ Hans de Goede <j dot w dot r dot degoede at hhs dot nl>
+
+ * configure.ac:
+ * ext/mpeg2enc/gstmpeg2enc.cc:
+ Remove hack to work with mjpegtools 1.9.0rc3 and above and instead
+ use mjpeg_loglev_t() for getting the log levels. Check for this
+ function in configure.ac as the pkg-config file doesn't tell us
+ which release candidate we have. Fixes bug #517896.
+
+2008-02-22 Sebastian Dröge <slomo@circular-chaos.org>
+
* configure.ac:
Check for X for the nas plugin to make it possible to build it
again. Fixes bug #517895.