From 0c3a7bcf12542389adc404b591d685a5a990af49 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 9 Oct 2011 17:58:36 +0200 Subject: configure.ac: substitute MPCDEC_LIBS, MPCDEC_CFLAGS Don't use MPD_LIBS, MPC_CFLAGS. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 43b0964da..ec1b53be6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -406,6 +406,7 @@ endif # archive plugins ARCHIVE_CFLAGS = \ + $(BZ2_CFLAGS) \ $(ISO9660_CFLAGS) \ $(ZZIP_CFLAGS) @@ -471,6 +472,7 @@ DECODER_CFLAGS = \ $(MAD_CFLAGS) \ $(MPG123_CFLAGS) \ $(FFMPEG_CFLAGS) \ + $(MPCDEC_CFLAGS) \ $(CUE_CFLAGS) DECODER_LIBS = \ @@ -487,6 +489,7 @@ DECODER_LIBS = \ $(MPG123_LIBS) \ $(MP4FF_LIBS) \ $(FFMPEG_LIBS) \ + $(MPCDEC_LIBS) \ $(CUE_LIBS) DECODER_SRC = \ -- cgit v1.2.3