From 92513c3309b1cd01633e1f359eb03a679c884e0d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 15 Oct 2008 20:40:04 +0200 Subject: shout: check for vorbisenc library The switch from ogg.m4 to pkg-config intentionally disabled libvorbisenc. Enable it when shout_ogg is used. --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index e31d442e8..6c8974fec 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -196,13 +196,13 @@ mpd_SOURCES = \ mpd_CFLAGS = $(MPD_CFLAGS) mpd_CPPFLAGS = \ $(AO_CFLAGS) $(ALSA_CFLAGS) \ - $(OGGVORBIS_CFLAGS) \ + $(OGGVORBIS_CFLAGS) $(VORBISENC_CFLAGS) \ $(patsubst -I%/FLAC,-I%,$(FLAC_CFLAGS)) \ $(AUDIOFILE_CFLAGS) $(LIBMIKMOD_CFLAGS) \ $(GLIB_CFLAGS) mpd_LDADD = $(MPD_LIBS) $(MP4FF_LIB) \ $(AO_LIBS) $(ALSA_LIBS) \ - $(OGGVORBIS_LIBS) $(FLAC_LIBS) \ + $(OGGVORBIS_LIBS) $(VORBISENC_LIBS) $(FLAC_LIBS) \ $(AUDIOFILE_LIBS) $(LIBMIKMOD_LIBS) \ $(GLIB_LIBS) -- cgit v1.2.3