configure.ac: Fix OggFLAC/tremor test.
This commit is contained in:
parent
d953225531
commit
27d3340af2
@ -951,7 +951,7 @@ AC_SUBST(TREMOR_LIBS)
|
|||||||
dnl --------------------------------- OggFLAC ---------------------------------
|
dnl --------------------------------- OggFLAC ---------------------------------
|
||||||
dnl OggFLAC must go after Ogg Tremor
|
dnl OggFLAC must go after Ogg Tremor
|
||||||
|
|
||||||
if test x$use_tremor = xyes && test $xenable_oggflac = xyes; then
|
if test x$use_tremor = xyes && test x$enable_oggflac = xyes; then
|
||||||
AC_MSG_WARN([disabling OggFLAC support because it is incompatible with tremor])
|
AC_MSG_WARN([disabling OggFLAC support because it is incompatible with tremor])
|
||||||
enable_oggflac=no
|
enable_oggflac=no
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user