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

Matt Turner mattst88 at gmail.com
Fri May 3 09:21:00 PDT 2013


On Fri, May 3, 2013 at 1:48 AM, Lauri Kasanen <cand at gmx.com> wrote:
> v2: Removed extra libs as requested by Matt Turner.
>
> Signed-off-by: Lauri Kasanen <cand at gmx.com>
> ---
>  src/gallium/state_trackers/xvmc/Makefile.am |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/gallium/state_trackers/xvmc/Makefile.am
> b/src/gallium/state_trackers/xvmc/Makefile.am index 8ac7406..184432e
> 100644
> --- a/src/gallium/state_trackers/xvmc/Makefile.am
> +++ b/src/gallium/state_trackers/xvmc/Makefile.am
> @@ -44,7 +44,7 @@ check_PROGRAMS = \
>  TESTS = $(check_PROGRAMS)
>  noinst_PROGRAMS = tests/xvmc_bench
>
> -TEST_LIBS = -lXvMCW -lXvMC -lXv -lX11
> +TEST_LIBS = $(XVMC_LIBS) -lXvMCW
>  tests_test_context_SOURCES = tests/test_context.c tests/testlib.c
>  tests_test_context_LDADD = $(TEST_LIBS)
>  tests_test_surface_SOURCES = tests/test_surface.c tests/testlib.c
> --
> 1.7.2.1
>

Reviewed-by: Matt Turner <mattst88 at gmail.com>


More information about the mesa-dev mailing list