From 0462f85c538c62dbc2e68539addffd4d19e9b6b0 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Mon, 20 Jan 2003 02:31:17 +0000 Subject: flac autoconf CVS patchset: 3977 CVS date: 2003/01/20 02:31:17 --- ChangeLog | 3 +++ configure.ac | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 502c50682..04d4abdc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +xine-lib (1-beta3) * PSX STR file demuxer * Westwood Studios AUD demuxer * PVA file demuxer @@ -18,6 +19,8 @@ "test.mpg#subtitle:file.sub" or the frontend option. * updated VIDIX driver (image controls supported) * "mms over http" streaming protocol support + * FLAC support (demuxer/decoder) + * fixed yuy2 overlays on big-endian systems xine-lib (1-beta2) * what a GOOM! post plugin diff --git a/configure.ac b/configure.ac index 5780191b0..e7392cd42 100644 --- a/configure.ac +++ b/configure.ac @@ -560,6 +560,13 @@ AM_PATH_OGG( AC_MSG_RESULT([*** All of OGG/VORBIS dependent parts will be disabled ***])) AM_CONDITIONAL(HAVE_VORBIS, [test x"$no_ogg" != "xyes" -a x"$no_vorbis" != "xyes"]) +dnl --------------------------------------------- +dnl check for libFLAC +dnl --------------------------------------------- +AM_PATH_LIBFLAC(, + AC_DEFINE(HAVE_FLAC,1,[Define this if you have FLAC library installed]), + []) +AM_CONDITIONAL(HAVE_FLAC, [test x"$no_flac" != x"yes"]) dnl --------------------------------------------- dnl XviD libs. -- cgit v1.2.3