We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7231c14 commit d535dfcCopy full SHA for d535dfc
common/Makefile.am
@@ -31,7 +31,7 @@ libva_display_libs = \
31
$(NULL)
32
33
source_c = va_display.c
34
-source_h = va_display.h
+source_h = va_display.h loadsurface.h loadsurface_yuv.h
35
36
if USE_X11
37
source_c += va_display_x11.c
test/Makefile.am
@@ -44,6 +44,7 @@ EXTRA_DIST = \
44
bin_PROGRAMS = test_va_api
45
noinst_HEADERS = \
46
test.h \
47
+ test_data.h \
48
test_streamable.h \
49
test_va_api_fixture.h \
50
test_va_api_get_create_config.h \
0 commit comments