summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--configure.ac1
2 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7a67e8f6..24c1beb2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,7 @@
* DXR3: fix crash after playing non-MPEG content
* add support for XVR-100 (Radeon-based) framebuffers to video_out_pgx64
* support DTS audio in AVI
+ * revised FLAC playback subsystem
xine-lib (1-rc4a)
* audio out now uses a more user friendly "Speaker arrangement" config item;
diff --git a/configure.ac b/configure.ac
index 89573c0e5..b33902683 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2227,6 +2227,7 @@ echo " - 14k4 - 28k8"
echo " - MS ADPCM - IMA ADPCM"
echo " - XA ADPCM - Game DPCM/ADPCM"
echo " - Mace 3:13 - Mace 6:1"
+echo " - FLAC"
if test x"$no_vorbis" != "xyes"; then
echo " - vorbis"
fi