From: Peter Levine Date: Tue, 25 Sep 2018 05:22:40 +0000 (-0400) Subject: Fix typo in configure.ac (--disable-libav) X-Git-Tag: v1.1.7~6 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=3493e66e2e6e0245e6cff0816f3487c322639835;p=alsa-plugins.git Fix typo in configure.ac (--disable-libav) Signed-off-by: Peter Levine Signed-off-by: Jaroslav Kysela --- diff --git a/configure.ac b/configure.ac index 3e2d233..cc3740b 100644 --- a/configure.ac +++ b/configure.ac @@ -90,7 +90,7 @@ if test "$use_maemo_rm" = "yes"; then fi AC_ARG_ENABLE([libav], - AS_HELP_STRING([--disable-avlib], [Do not build plugins depending on libav/ffmpeg (a52,lavrate...)])) + AS_HELP_STRING([--disable-libav], [Do not build plugins depending on libav/ffmpeg (a52,lavrate...)])) if test "x$enable_libav" != "xno"; then PKG_CHECK_MODULES(LIBAV, [libavcodec libavutil libavresample], [HAVE_LIBAV=yes], [HAVE_LIBAV=no])