Hi,This patch fixes make dist on current upstrea libva git tree. loadsurface.h was missing for putsurface & encode tests.
Regards, Gwenole.
From 98dd740b6c4e37e8c31822e421afe531a9d84c74 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne <[email protected]> Date: Fri, 12 Feb 2010 12:21:01 +0000 Subject: [PATCH] Fix make dist (missing loadsurface.h). --- test/encode/Makefile.am | 2 ++ test/putsurface/Makefile.am | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/test/encode/Makefile.am b/test/encode/Makefile.am index 6d2d5a9..e786ade 100644 --- a/test/encode/Makefile.am +++ b/test/encode/Makefile.am @@ -29,6 +29,8 @@ TEST_LIBS = $(top_srcdir)/src/$(libvabackendlib) h264encode_LDADD = $(TEST_LIBS) h264encode_SOURCES = h264encode.c +EXTRA_DIST = loadsurface.h + valgrind: $(bin_PROGRAMS) for a in $(bin_PROGRAMS); do \ diff --git a/test/putsurface/Makefile.am b/test/putsurface/Makefile.am index ebe036d..b0e20ba 100644 --- a/test/putsurface/Makefile.am +++ b/test/putsurface/Makefile.am @@ -29,6 +29,8 @@ TEST_LIBS = $(top_srcdir)/src/$(libvabackendlib) -lpthread putsurface_LDADD = $(TEST_LIBS) putsurface_SOURCES = putsurface.c +EXTRA_DIST = loadsurface.h + valgrind: $(bin_PROGRAMS) for a in $(bin_PROGRAMS); do \ -- 1.5.4.3
_______________________________________________ Libva mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libva
