[vlc-devel] [PATCH 1/4] Explain how to disable avcodec or alsa
Rémi Denis-Courmont
remi at remlab.net
Fri Aug 4 10:04:06 CEST 2017
Le 3 août 2017 19:27:01 GMT+03:00, Mathieu Parent <math.parent at gmail.com> a écrit :
>Signed-off-by: Mathieu Parent <math.parent at gmail.com>
>---
> configure.ac | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/configure.ac b/configure.ac
>index e303715514..3f2cd9342a 100644
>--- a/configure.ac
>+++ b/configure.ac
>@@ -2295,7 +2295,7 @@ AS_IF([test "${enable_avcodec}" != "no"], [
> case "${avfork}" in
> libav) av_codec_ver="57.16.0" ;;
> ffmpeg) av_codec_ver="57.37.100" ;;
>- *) AC_MSG_ERROR([Missing libav or FFmpeg])
>+ *) AC_MSG_ERROR([Missing libav or FFmpeg. Pass --disable-avcodec
>to ignore this error.])
> esac
>PKG_CHECK_MODULES(AVCODEC,[libavcodec >= ${av_codec_ver} libavutil >=
>52.0.0], [
> VLC_SAVE_FLAGS
>@@ -3503,7 +3503,7 @@ AS_IF([test "${enable_alsa}" != "no"], [
> have_alsa="yes"
> ], [
> AS_IF([test "x${enable_alsa}" != "x"], [
>- AC_MSG_ERROR([$ALSA_PKG_ERRORS. alsa-lib 1.0.24 or later
>required.])
>+ AC_MSG_ERROR([$ALSA_PKG_ERRORS. alsa-lib 1.0.24 or later
>required. Pass --disable-alsa to ignore this error.])
> ])
> ])
> ])
>--
>2.11.0
>
>_______________________________________________
>vlc-devel mailing list
>To unsubscribe or modify your subscription options:
>https://mailman.videolan.org/listinfo/vlc-devel
We don't do this on purpose. You shouldn't disable those options unless you know what you are doing. And if you do, then you don't need that help text.
--
Rémi Denis-Courmont
Typed on an inconvenient virtual keyboard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20170804/d6e6b295/attachment.html>
More information about the vlc-devel
mailing list