diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2017-08-30 14:00:18 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-08-31 10:23:18 -0400 |
commit | 05a830d382382905d87b55af90aa109fb76e4c16 (patch) | |
tree | 9dff3b4e35ffbe7416dd44f0163ce3a83bc4f0d3 | |
parent | f19dbb79fe54994ecd505ac67ad15d19f591933a (diff) |
tests/amdgpu: add missing header to SOURCES
Fixes the tarball generation.
fixes: 9d133dd08720d80dfc8ce098bf0972 (tests/amdgpu: add uvd encode unit tests)
bug: https://bugs.freedesktop.org/show_bug.cgi?id=102391
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | tests/amdgpu/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/amdgpu/Makefile.am b/tests/amdgpu/Makefile.am index 13b3dc8e..9c02fd60 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 |