From d18bbcf1a89d5f6469605f5010c21fba29581d32 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Fri, 31 Oct 2008 18:17:50 +0000 Subject: ext/flac/Makefile.am: Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers. Original commit message from CVS: * ext/flac/Makefile.am: Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers. This fixes compilation if FLAC is installed in an uncommon location that is not already handled by other CFLAGS. Fixes bug #558711. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index beaa3cd8..b37a4f55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-10-31 Sebastian Dröge + + * ext/flac/Makefile.am: + Include $(FLAC_CFLAGS) in CFLAGS to make sure to find the FLAC headers. + This fixes compilation if FLAC is installed in an uncommon location + that is not already handled by other CFLAGS. Fixes bug #558711. + 2008-10-31 Wim Taymans * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank): -- cgit