[vlc-devel] [PATCH] Changed the needed libavcodec version for vdpau to 0.54.87.0 since vlc won't compile otherwise

Rémi Denis-Courmont remi at remlab.net
Fri Mar 29 18:29:47 CET 2013


Le vendredi 29 mars 2013 14:12:04, Maarten Vergouwe a écrit :
> ---
>  configure.ac | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/configure.ac b/configure.ac
> index 39a5f25..6c19abd 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -3038,13 +3038,13 @@ dnl AM_CONDITIONAL([HAVE_VDPAU], [test
> "${have_vdpau}" = "yes"])
> 
>  have_avcodec_vdpau="no"
>  AS_IF([test "${have_vdpau}" = "yes"], [
> -  PKG_CHECK_EXISTS([libavutil >= 0.52.4 libavcodec >= 54.36.0], [
> +  PKG_CHECK_EXISTS([libavutil >= 0.52.4 libavcodec >= 54.87.0], [

Sorry but I triple checked my version numbers and they are correct and 
consistent with the changes documentation. This patch is just plain wrong and 
totally disables VDPAU with lavc < 55.

-- 
Rémi Denis-Courmont
http://www.remlab.net/



More information about the vlc-devel mailing list