configure.ac: Fix an omission during moving oggvorbis to decoder plugins.

This commit is contained in:
Avuton Olrich 2010-04-22 20:00:25 -07:00
parent f4f4a908bb
commit 681128def4
1 changed files with 3 additions and 7 deletions

View File

@ -969,12 +969,8 @@ fi
AM_CONDITIONAL(HAVE_OGGFLAC, test x$enable_oggflac = xyes)
dnl -------------------------------- Ogg Vorbis -------------------------------
if test x$enable_tremor != xyes && test x$enable_vorbis = xyes; then
if test x$enable_tremor != xno && test x$enable_vorbis = xyes; then
PKG_CHECK_MODULES(VORBIS, [ogg vorbis vorbisfile],
fi
if test x$enable_vorbis = xyes; then
AC_DEFINE(ENABLE_VORBIS_DECODER, 1, [Define for Ogg Vorbis support]),
enable_vorbis=no)
fi