summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-10-31 18:17:50 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-10-31 18:17:50 +0000
commitd18bbcf1a89d5f6469605f5010c21fba29581d32 (patch)
treea075274cf8ad0f2adc71894d8eb619a018f206fe /ChangeLog
parent46fe1e3fa07db49c121cee13e08d6472ba83e12b (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index beaa3cd8..b37a4f55 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-10-31 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * 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 <wim.taymans@collabora.co.uk>
* sys/v4l2/v4l2src_calls.c: (gst_v4l2src_format_get_rank):