[Mesa-dev] [PATCH] configure: Disable xvmc by default

Vinson Lee vlee at freedesktop.org
Mon Jan 6 15:01:53 PST 2014


On Sun, Jan 5, 2014 at 7:00 PM, Tom Stellard <tom at stellard.net> wrote:
> On Sun, Jan 05, 2014 at 09:49:53PM -0500, Ilia Mirkin wrote:
>> On Sun, Jan 5, 2014 at 9:49 PM, Tom Stellard <tom at stellard.net> wrote:
>> > From: Tom Stellard <thomas.stellard at amd.com>
>> >
>> > The xvmc unit tests are failing on r300g and r600g.
>>
>> FWIW it works fine on nv40-nv96. (Haven't checked the actual
>> unit-tests, but the functionality is fine.)
>>
>
> I'm more concerned with the unit tests, since I would like to get make
> check working.  It would be great if someone could fix the unit tests,
> but until that happens, I think xvmc should be disabled.
>
> -Tom
>
>> > ---
>> >  configure.ac | 2 +-
>> >  1 file changed, 1 insertion(+), 1 deletion(-)
>> >
>> > diff --git a/configure.ac b/configure.ac
>> > index f75325d..d41455b 100644
>> > --- a/configure.ac
>> > +++ b/configure.ac
>> > @@ -583,7 +583,7 @@ AC_ARG_ENABLE([xvmc],
>> >     [AS_HELP_STRING([--enable-xvmc],
>> >           [enable xvmc library @<:@default=auto@:>@])],
>> >     [enable_xvmc="$enableval"],
>> > -   [enable_xvmc=auto])
>> > +   [enable_xvmc=no])
>> >  AC_ARG_ENABLE([vdpau],
>> >     [AS_HELP_STRING([--enable-vdpau],
>> >           [enable vdpau library @<:@default=auto@:>@])],
>> > --
>> > 1.8.1.5
>> >
>> > _______________________________________________
>> > mesa-dev mailing list
>> > mesa-dev at lists.freedesktop.org
>> > http://lists.freedesktop.org/mailman/listinfo/mesa-dev
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


The XvMC unit tests are failing on swrast, softpipe, and llvmpipe too.

Reviewed-by: Vinson Lee <vlee at freedesktop.org>


More information about the mesa-dev mailing list