aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/Makefile.sources
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/Makefile.sources
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/Makefile.sources')
-rw-r--r--src/gallium/auxiliary/Makefile.sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources
index a2dae04698c..d70eb04e798 100644
--- a/src/gallium/auxiliary/Makefile.sources
+++ b/src/gallium/auxiliary/Makefile.sources
@@ -352,7 +352,8 @@ VL_SOURCES := \
vl/vl_video_buffer.h \
vl/vl_vlc.h \
vl/vl_zscan.c \
- vl/vl_zscan.h
+ vl/vl_zscan.h \
+ vl/vl_probs_table.h
# XXX: Nuke this as our dri targets no longer depend on VL.
VL_WINSYS_SOURCES := \