All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH - Fix typo in configure.ac 1/1] PATCH - Fix typo in configure.ac
@ 2018-09-25  5:22 plevine457
  2018-09-25  8:00 ` Jaroslav Kysela
  0 siblings, 1 reply; 2+ messages in thread
From: plevine457 @ 2018-09-25  5:22 UTC (permalink / raw)
  To: patch; +Cc: alsa-devel, Peter Levine

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH - Fix typo in configure.ac 1/1] PATCH - Fix typo in configure.ac
  2018-09-25  5:22 [PATCH - Fix typo in configure.ac 1/1] PATCH - Fix typo in configure.ac plevine457
@ 2018-09-25  8:00 ` Jaroslav Kysela
  0 siblings, 0 replies; 2+ messages in thread
From: Jaroslav Kysela @ 2018-09-25  8:00 UTC (permalink / raw)
  To: plevine457; +Cc: alsa-devel

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


-- 
Jaroslav Kysela <perex@perex.cz>
Linux Sound Maintainer; ALSA Project; Red Hat, Inc.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-25  8:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-25  5:22 [PATCH - Fix typo in configure.ac 1/1] PATCH - Fix typo in configure.ac plevine457
2018-09-25  8:00 ` Jaroslav Kysela

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.