diff options
author | Grigori Goronzy <[email protected]> | 2014-02-13 21:32:29 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2014-02-14 08:55:33 +0100 |
commit | af34c3fd10e2511f02a40810cddebea49093a526 (patch) | |
tree | 8fccc412bbd13e45d7112bebf9d371eb894ec815 /src/gallium/auxiliary/Makefile.sources | |
parent | f87dfc35bc150696f7d89f77e2f92f7d26d29358 (diff) |
vl: add motion adaptive deinterlacer
Reviewed-by: Christian König <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/Makefile.sources | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index c89cbddd0dc..19004e0b467 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -155,7 +155,8 @@ C_SOURCES := \ vl/vl_idct.c \ vl/vl_mc.c \ vl/vl_vertex_buffers.c \ - vl/vl_video_buffer.c + vl/vl_video_buffer.c \ + vl/vl_deint_filter.c GENERATED_SOURCES := \ indices/u_indices_gen.c \ |