summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/meson.build
diff options
context:
space:
mode:
authorLeo Liu <[email protected]>2018-03-13 14:35:40 -0400
committerLeo Liu <[email protected]>2018-04-12 11:15:12 -0400
commitb628ea039f3d20a4bf217c0cd00c5dd55cbb23da (patch)
tree34a8b2a2c10fadf9012c2416e3d55313515eb5b0 /src/gallium/auxiliary/meson.build
parenteb22785bd831e775fd23f0b0c1748c100ae7357d (diff)
vl: add VP9 probability tables
Signed-off-by: Leo Liu <[email protected]> Acked-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/meson.build')
-rw-r--r--src/gallium/auxiliary/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/meson.build b/src/gallium/auxiliary/meson.build
index 0108b0e7567..53c85046ed4 100644
--- a/src/gallium/auxiliary/meson.build
+++ b/src/gallium/auxiliary/meson.build
@@ -450,6 +450,7 @@ files_libgalliumvl = files(
'vl/vl_vlc.h',
'vl/vl_zscan.c',
'vl/vl_zscan.h',
+ 'vl/vl_probs_table.h',
)
vlwinsys_deps = []