configure.ac: Enable HAVE_OGG_COMMON when using libtremor
Otherwise OGGs can't be played.
This commit is contained in:
parent
a28449a123
commit
a8f891efcd
2
NEWS
2
NEWS
@ -1,6 +1,8 @@
|
|||||||
ver 0.15.17 (2011/??/??)
|
ver 0.15.17 (2011/??/??)
|
||||||
* encoder:
|
* encoder:
|
||||||
- vorbis: reset the Ogg stream after flush
|
- vorbis: reset the Ogg stream after flush
|
||||||
|
* decoders:
|
||||||
|
- vorbis: fix tremor support
|
||||||
|
|
||||||
|
|
||||||
ver 0.15.16 (2011/03/13)
|
ver 0.15.16 (2011/03/13)
|
||||||
|
@ -904,7 +904,7 @@ AM_CONDITIONAL(HAVE_OGGFLAC, test x$enable_oggflac = xyes)
|
|||||||
AM_CONDITIONAL(HAVE_FLAC_COMMON,
|
AM_CONDITIONAL(HAVE_FLAC_COMMON,
|
||||||
test x$enable_flac = xyes || test x$enable_oggflac = xyes)
|
test x$enable_flac = xyes || test x$enable_oggflac = xyes)
|
||||||
AM_CONDITIONAL(HAVE_OGG_COMMON,
|
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
|
if test x$enable_audiofile = xyes; then
|
||||||
PKG_CHECK_MODULES(AUDIOFILE, [audiofile >= 0.1.7],
|
PKG_CHECK_MODULES(AUDIOFILE, [audiofile >= 0.1.7],
|
||||||
|
Loading…
Reference in New Issue
Block a user