aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-09-05 22:56:17 +0200
committerMax Kellermann <max@duempel.org>2012-09-05 22:56:17 +0200
commit8c763fe4586ac0d259ca9974ea4d768eb555cb5d (patch)
tree63c4e31f5ab7a450574bc2e4cf54c77302f2bc5d /Makefile.am
parent886255e38afb2e0599080fce11ff9abe4e18dd95 (diff)
downloadmpd-8c763fe4586ac0d259ca9974ea4d768eb555cb5d.tar.gz
mpd-8c763fe4586ac0d259ca9974ea4d768eb555cb5d.tar.xz
mpd-8c763fe4586ac0d259ca9974ea4d768eb555cb5d.zip
Makefile.am: rename HAVE_OGG_COMMON to HAVE_XIPH
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9e56ae020..d902b31f2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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