Mercurial > audlegacy-plugins
changeset 2141:c266c29a36c5
require libvorbis 1.2 due to undefined behaviour in 1.1.x.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 28 Oct 2007 14:02:12 -0500 |
parents | 1ebc33b0a608 |
children | 76a19617d685 |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Sun Oct 28 12:38:37 2007 -0500 +++ b/configure.ac Sun Oct 28 14:02:12 2007 -0500 @@ -623,7 +623,7 @@ ) if test "$enable_vorbis" = "yes"; then - PKG_CHECK_MODULES(OGG_VORBIS, [ogg >= 1.0 vorbis >= 1.0 vorbisfile >= 1.0], + PKG_CHECK_MODULES(OGG_VORBIS, [ogg >= 1.0 vorbis >= 1.2 vorbisfile >= 1.2], [have_oggvorbis=yes], [AC_MSG_WARN([*** Cannot find libogg/libvorbis, Ogg Vorbis support will not be built ***]) have_oggvorbis=no]