From 5242305a900fb0bd195e6a9fca3b998f7e7c956f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 1 Apr 2009 22:45:17 +0200 Subject: configure.ac: renamed --enable-oggvorbis to --enable-vorbis --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 36137d109..268f03224 100644 --- a/Makefile.am +++ b/Makefile.am @@ -291,7 +291,7 @@ endif # decoder plugins DECODER_CFLAGS = \ - $(OGGVORBIS_CFLAGS) $(TREMOR_CFLAGS) \ + $(VORBIS_CFLAGS) $(TREMOR_CFLAGS) \ $(patsubst -I%/FLAC,-I%,$(FLAC_CFLAGS)) \ $(AUDIOFILE_CFLAGS) \ $(LIBMIKMOD_CFLAGS) \ @@ -304,7 +304,7 @@ DECODER_CFLAGS = \ $(CUE_CFLAGS) DECODER_LIBS = \ - $(OGGVORBIS_LIBS) $(TREMOR_LIBS) \ + $(VORBIS_LIBS) $(TREMOR_LIBS) \ $(FLAC_LIBS) \ $(AUDIOFILE_LIBS) $(LIBMIKMOD_LIBS) \ $(MODPLUG_LIBS) \ @@ -348,7 +348,7 @@ if HAVE_FLAC_COMMON DECODER_SRC += src/decoder/_flac_common.c endif -if HAVE_OGGVORBIS +if ENABLE_VORBIS_DECODER DECODER_SRC += src/decoder/vorbis_plugin.c endif -- cgit v1.2.3