From 9621ee24fcaf6fa2c66eeca53eb00b4618e2ad61 Mon Sep 17 00:00:00 2001 From: Matt Messier Date: Thu, 10 May 2007 14:11:01 -0400 Subject: Uncomment libFLAC tests accidentally left commented out --- m4/decoders.m4 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'm4') diff --git a/m4/decoders.m4 b/m4/decoders.m4 index 577473432..5d2a3c37f 100644 --- a/m4/decoders.m4 +++ b/m4/decoders.m4 @@ -147,13 +147,13 @@ use internal ffmpeg. dnl libFLAC (optional; disabled by default) -dnl AC_ARG_WITH([libflac], -dnl [AS_HELP_STRING([--with-libflac], [build libFLAC-based decoder and demuxer])], -dnl [], [enable_libflac=no]) -dnl if test x"$with_libflac" != x"no"; then -dnl AM_PATH_LIBFLAC([have_libflac=yes]) -dnl fi -dnl AM_CONDITIONAL([HAVE_LIBFLAC], [test x"$have_libflac" = x"yes"]) + AC_ARG_WITH([libflac], + [AS_HELP_STRING([--with-libflac], [build libFLAC-based decoder and demuxer])], + [], [enable_libflac=no]) + if test x"$with_libflac" != x"no"; then + AM_PATH_LIBFLAC([have_libflac=yes]) + fi + AM_CONDITIONAL([HAVE_LIBFLAC], [test x"$have_libflac" = x"yes"]) dnl libmad (optional; enabled by default; external version allowed) -- cgit v1.2.3