configure.ac: Require core CVS. This is implicit in the -base CVS requirement alread...
authorTim-Philipp Müller <tim@centricular.net>
Wed, 10 Oct 2007 11:44:01 +0000 (11:44 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 10 Oct 2007 11:44:01 +0000 (11:44 +0000)
commitbb6c23aa436744475e48448dce389863c0b049a4
tree395bb7f29605075098755fb1fbcc98610b630422
parentd73a5f3250bca1e85028a74c8c35c081e1ef677f
configure.ac: Require core CVS.  This is implicit in the -base CVS requirement already, so we might just well spell i...

Original commit message from CVS:
* configure.ac:
Require core CVS.  This is implicit in the -base CVS
requirement already, so we might just well spell it
out.  Also, we do need at least 0.10.14 for
gst_element_class_set_details_simple().  Make check
for gmyth a bit more restrictive so things don't break
if the next version changes API.
* ext/alsaspdif/alsaspdifsink.c:
Work around alsa alloca macros triggering 'always evaluates to
true' warnings with gcc-4.2 and fix compilation with gcc-4.2.
Also don't leak the device string.
* ext/mpeg2enc/gstmpeg2enc.cc:
* ext/soundtouch/gstpitch.cc:
* gst/modplug/gstmodplug.cc:
Fix compilation with g++4.2 and -Wall -Werror (also needs plugin
define fix from core CVS). Fixes #462737.
ChangeLog
configure.ac
ext/alsaspdif/alsaspdifsink.c
ext/mpeg2enc/gstmpeg2enc.cc
ext/soundtouch/gstpitch.cc
gst/modplug/gstmodplug.cc