Commit 8c763fe4 authored by Max Kellermann's avatar Max Kellermann

Makefile.am: rename HAVE_OGG_COMMON to HAVE_XIPH

parent 886255e3
......@@ -586,7 +586,7 @@ if HAVE_MP4
libdecoder_plugins_a_SOURCES += src/decoder/mp4ff_decoder_plugin.c
endif
if HAVE_OGG_COMMON
if HAVE_XIPH
libdecoder_plugins_a_SOURCES += \
src/decoder/ogg_codec.c src/decoder/ogg_codec.h
endif
......
......@@ -1105,7 +1105,7 @@ if
AC_MSG_ERROR([No input plugins supported!])
fi
AM_CONDITIONAL(HAVE_OGG_COMMON,
AM_CONDITIONAL(HAVE_XIPH,
test x$enable_vorbis = xyes || test x$enable_tremor = xyes || test x$enable_flac = xyes)
AM_CONDITIONAL(HAVE_FLAC_COMMON,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment