[Mesa-dev] [PATCH] st/xvmc/tests: Fix build failure

Lauri Kasanen cand at gmx.com
Thu May 2 11:52:37 PDT 2013


On Thu, 2 May 2013 07:58:30 -0700
Matt Turner <mattst88 at gmail.com> wrote:

> > -TEST_LIBS = -lXvMCW -lXvMC -lXv -lX11
> > +TEST_LIBS = $(XVMC_LIBS) -lXvMCW -lXvMC -lXv -lX11
> 
> Doesn't XVMC_LIBS include all of those other libraries? I think
> they're now redundant and should be removed.

It doesn't here:
XVMC_LIBS = -L/usr/X11R7/lib -lXvMC -lXv -lX11-xcb -lX11 -lxcb-dri2
-lxcb

libXvMCW is not there.

- Lauri


More information about the mesa-dev mailing list