mirror of https://github.com/intel/libva-utils.git
Add the missing header files
v2: Add the missing header files to noinst_HEADERS instead. This fixes https://github.com/01org/libva-utils/issues/26 Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
This commit is contained in:
parent
d80c78c5f2
commit
cb3a33ea5e
|
@ -31,7 +31,7 @@ libva_display_libs = \
|
|||
$(NULL)
|
||||
|
||||
source_c = va_display.c
|
||||
source_h = va_display.h
|
||||
source_h = va_display.h loadsurface.h loadsurface_yuv.h
|
||||
|
||||
if USE_X11
|
||||
source_c += va_display_x11.c
|
||||
|
|
|
@ -44,6 +44,7 @@ EXTRA_DIST = \
|
|||
bin_PROGRAMS = test_va_api
|
||||
noinst_HEADERS = \
|
||||
test.h \
|
||||
test_data.h \
|
||||
test_streamable.h \
|
||||
test_va_api_fixture.h \
|
||||
test_va_api_get_create_config.h \
|
||||
|
|
Loading…
Reference in New Issue