configure.ac: Enable HAVE_OGG_COMMON when using libtremor
Otherwise OGGs can't be played.
This commit is contained in:

committed by
Max Kellermann

parent
a28449a123
commit
a8f891efcd
@@ -904,7 +904,7 @@ AM_CONDITIONAL(HAVE_OGGFLAC, test x$enable_oggflac = xyes)
|
||||
AM_CONDITIONAL(HAVE_FLAC_COMMON,
|
||||
test x$enable_flac = xyes || test x$enable_oggflac = xyes)
|
||||
AM_CONDITIONAL(HAVE_OGG_COMMON,
|
||||
test x$enable_vorbis = xyes || test x$enable_oggflac = xyes || test x$enable_flac = xyes)
|
||||
test x$enable_vorbis = xyes || test x$enable_tremor = xyes || test x$enable_oggflac = xyes || test x$enable_flac = xyes)
|
||||
|
||||
if test x$enable_audiofile = xyes; then
|
||||
PKG_CHECK_MODULES(AUDIOFILE, [audiofile >= 0.1.7],
|
||||
|
Reference in New Issue
Block a user