summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/decoders.m414
1 files changed, 7 insertions, 7 deletions
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)