diff options
author | Ilia Mirkin <[email protected]> | 2013-08-10 20:19:24 -0400 |
---|---|---|
committer | Maarten Lankhorst <[email protected]> | 2013-08-16 09:48:47 +0200 |
commit | a2061eea0f89b44c816e6c7570b983e8cfda41cd (patch) | |
tree | df7ea1084a69bc4c20b8ef2c11df611613756283 /src/gallium/drivers/nv50/Makefile.sources | |
parent | b3f6f127f28737d034dcf1c12a9b66b88750e93b (diff) |
nv50: add vp3/vp4 support for mpeg2/vc1
h264/mpeg4 remain disabled for pre-nvc0, there's some minor
bug/difference which causes the decoding to hang after some frames.
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nv50/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/nv50/Makefile.sources | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/Makefile.sources b/src/gallium/drivers/nv50/Makefile.sources index 0fdac5189aa..9a2d1024823 100644 --- a/src/gallium/drivers/nv50/Makefile.sources +++ b/src/gallium/drivers/nv50/Makefile.sources @@ -16,7 +16,11 @@ C_SOURCES := \ nv50_query.c \ nv84_video.c \ nv84_video_bsp.c \ - nv84_video_vp.c + nv84_video_vp.c \ + nv98_video.c \ + nv98_video_bsp.c \ + nv98_video_vp.c \ + nv98_video_ppp.c CODEGEN_NV50_SOURCES := \ codegen/nv50_ir.cpp \ |