diff mbox series

[-,Fix,typo,in,configure.ac,1/1] PATCH - Fix typo in configure.ac

Message ID 5ba9c647.1c69fb81.1df8f.531b@mx.google.com (mailing list archive)
State New, archived
Headers show
Series [-,Fix,typo,in,configure.ac,1/1] PATCH - Fix typo in configure.ac | expand

Commit Message

plevine457@gmail.com Sept. 25, 2018, 5:22 a.m. UTC
From: Peter Levine <plevine457@gmail.com>

Signed-off-by: Peter Levine <plevine457@gmail.com>

Comments

Jaroslav Kysela Sept. 25, 2018, 8 a.m. UTC | #1
Applied. Thanks.

Dne 25.9.2018 v 07:22 plevine457@gmail.com napsal(a):
> From: Peter Levine <plevine457@gmail.com>
> 
> Signed-off-by: Peter Levine <plevine457@gmail.com>
> 
> 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])
>
diff mbox series

Patch

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])