[vlc-devel] [PATCH 3/9] configure: require libavcodec >= 57.16

Jean-Baptiste Kempf jb at videolan.org
Sun Sep 4 21:47:58 CEST 2016


OK.

On 04 Sep, ileoo at videolan.org wrote :
> From: Ilkka Ollakka <ileoo at videolan.org>
> 
> ---
>  configure.ac | 5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index a0968a9..178b724 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -2314,10 +2314,7 @@ dnl
>  AC_ARG_ENABLE(avcodec,
>  [  --enable-avcodec        libavcodec codec (default enabled)])
>  AS_IF([test "${enable_avcodec}" != "no"], [
> -  PKG_CHECK_MODULES(AVCODEC,[libavcodec >= 55.0.0 libavutil >= 52.0.0], [
> -    dnl PKG_CHECK_EXISTS([libavcodec < 56],, [
> -    dnl   AC_MSG_ERROR([libavcodec versions 56 and later are not supported yet.])
> -    dnl ])
> +  PKG_CHECK_MODULES(AVCODEC,[libavcodec >= 57.16.0 libavutil >= 52.0.0], [
>      VLC_SAVE_FLAGS
>      CPPFLAGS="${CPPFLAGS} ${AVCODEC_CFLAGS}"
>      CFLAGS="${CFLAGS} ${AVCODEC_CFLAGS}"
> -- 
> 2.6.6
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel

-- 
With my kindest regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device


More information about the vlc-devel mailing list