[PATCH libdrm] tests/amdgpu: add missing header to SOURCES
Alex Deucher
alexdeucher at gmail.com
Wed Aug 30 18:02:19 UTC 2017
Fixes the tarball generation.
fixes: 9d133dd08720d80dfc8ce098bf0972 (tests/amdgpu: add uvd encode unit tests)
bug: https://bugs.freedesktop.org/show_bug.cgi?id=102391
Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
---
tests/amdgpu/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/amdgpu/Makefile.am b/tests/amdgpu/Makefile.am
index 13b3dc8..9c02fd6 100644
--- a/tests/amdgpu/Makefile.am
+++ b/tests/amdgpu/Makefile.am
@@ -28,4 +28,5 @@ amdgpu_test_SOURCES = \
vce_ib.h \
frame.h \
uvd_enc_tests.c \
- vcn_tests.c
+ vcn_tests.c \
+ uve_ib.h
--
2.5.5
More information about the amd-gfx
mailing list