diff options
author | Max Kellermann <max@duempel.org> | 2009-04-01 22:45:17 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-04-01 22:45:17 +0200 |
commit | 5242305a900fb0bd195e6a9fca3b998f7e7c956f (patch) | |
tree | 4cefcfbbaec7e470f374c06b591372300e789ffd /Makefile.am | |
parent | b914d3f6eb88e9efdf5f977e41f71bf76ef2b0d8 (diff) |
configure.ac: renamed --enable-oggvorbis to --enable-vorbis
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
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 |