Hi,This is patch against current libva GIT tree. The putsurface test is missing -lpthread. Fix in attachment.
Regards, Gwenole.
From 3f5befbea334f801924b105991fcedd9c395a134 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne <[email protected]> Date: Fri, 12 Feb 2010 11:56:02 +0000 Subject: [PATCH] Add missing libs (pthreads). --- test/putsurface/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/putsurface/Makefile.am b/test/putsurface/Makefile.am index 3e5c864..ebe036d 100644 --- a/test/putsurface/Makefile.am +++ b/test/putsurface/Makefile.am @@ -24,7 +24,7 @@ bin_PROGRAMS = putsurface AM_CFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/x11 -DIN_LIBVA -TEST_LIBS = $(top_srcdir)/src/$(libvabackendlib) +TEST_LIBS = $(top_srcdir)/src/$(libvabackendlib) -lpthread putsurface_LDADD = $(TEST_LIBS) putsurface_SOURCES = putsurface.c -- 1.5.4.3
_______________________________________________ Libva mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libva
