From cbd6770f2fedb0988f28e951994b50b65b4c0221 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 9 Oct 2011 18:25:09 +0200 Subject: configure.ac: substitute FAAD_CFLAGS, FAAD_LIBS Don't use MPC_CFLAGS, MPD_LIBS. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ec1b53be6..f02479881 100644 --- a/Makefile.am +++ b/Makefile.am @@ -473,6 +473,7 @@ DECODER_CFLAGS = \ $(MPG123_CFLAGS) \ $(FFMPEG_CFLAGS) \ $(MPCDEC_CFLAGS) \ + $(FAAD_CFLAGS) \ $(CUE_CFLAGS) DECODER_LIBS = \ @@ -490,6 +491,7 @@ DECODER_LIBS = \ $(MP4FF_LIBS) \ $(FFMPEG_LIBS) \ $(MPCDEC_LIBS) \ + $(FAAD_LIBS) \ $(CUE_LIBS) DECODER_SRC = \ -- cgit v1.2.3