summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2010-09-02 15:22:39 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2010-09-15 08:38:10 +0800
commit254a2a6b61542a399b4924dbb18cf7e60ce1fb6d (patch)
tree78c53993ebb118c4b8e33c429f001cbeb291ecf1 /Makefile.am
parent956f5b6e773d55707a388796a693f580e6bf9d88 (diff)
i965_drv_video: deinterlacing & scaling
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 058b525..f32d579 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,7 +42,8 @@ i965_drv_video_la_SOURCES = \
i965_drv_video.c \
i965_avc_bsd.c \
i965_avc_hw_scoreboard.c\
- i965_avc_ildb.c
+ i965_avc_ildb.c \
+ i965_post_processing.c
noinst_HEADERS = \
object_heap.h \
@@ -59,4 +60,5 @@ noinst_HEADERS = \
i965_structs.h \
i965_avc_bsd.h \
i965_avc_hw_scoreboard.h\
- i965_avc_ildb.h
+ i965_avc_ildb.h \
+ i965_post_processing.h