[MPlayer-cvslog] r30384 - trunk/configure

Reimar Döffinger Reimar.Doeffinger at gmx.de
Thu Jan 21 20:21:30 CET 2010


On Thu, Jan 21, 2010 at 12:16:03PM +0100, diego wrote:
> Author: diego
> Date: Thu Jan 21 12:16:03 2010
> New Revision: 30384
> 
> Log:
> Disable all hwaccel glue code from FFmpeg.
> 
> Modified:
>    trunk/configure
> 
> Modified: trunk/configure
> ==============================================================================
> --- trunk/configure	Thu Jan 21 11:37:35 2010	(r30383)
> +++ trunk/configure	Thu Jan 21 12:16:03 2010	(r30384)
> @@ -554,6 +554,9 @@ _libavparsers_all=$(sed -n 's/^[^#]*PARS
>  _libavparsers=$_libavparsers_all
>  _libavbsfs_all=$(sed -n 's/^[^#]*BSF.*(.*, *\(.*\)).*/\1_bsf/p' libavcodec/allcodecs.c | tr '[a-z]' '[A-Z]')
>  _libavbsfs=$_libavbsfs_all
> +_libavhwaccels_all=$(sed -n 's/^[^#]*HWACCEL.*(.*, *\(.*\)).*/\1_hwaccel/p' libavcodec/allcodecs.c | tr '[a-z]' '[A-Z]')
> +# Disable all hardware accelerators for now.
> +_libavhwaccels=

Doesn't that disable VDPAU, too?


More information about the MPlayer-cvslog mailing list