st/xvmc/tests: Fix build failure, v2

v2: Removed extra libs as requested by Matt Turner.

Signed-off-by: Lauri Kasanen <cand@gmx.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com>
This commit is contained in:
Lauri Kasanen 2013-05-03 11:48:53 +03:00 committed by Andreas Boll
parent e62be5de53
commit 5ff81cfd86
1 changed files with 1 additions and 1 deletions

View File

@ -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