summaryrefslogtreecommitdiff
path: root/vp9/vp9_common.mk
diff options
context:
space:
mode:
authorYunqing Wang <yunqingwang@google.com>2015-02-06 10:03:31 -0800
committerYunqing Wang <yunqingwang@google.com>2015-02-06 10:03:31 -0800
commit41063137c3aafc024cb9b958c78d33007aad8be5 (patch)
tree924b1a1792b8f080fd7deb513b6fffa82ff765d0 /vp9/vp9_common.mk
parent519b9141ad15bc06ace824aeb0cce40ffa810406 (diff)
downloadlibvpx-41063137c3aafc024cb9b958c78d33007aad8be5.tar
libvpx-41063137c3aafc024cb9b958c78d33007aad8be5.tar.gz
libvpx-41063137c3aafc024cb9b958c78d33007aad8be5.tar.bz2
libvpx-41063137c3aafc024cb9b958c78d33007aad8be5.zip
Rename loopfilter_thread files to thread_common files
Renames the files to allow more common thread code to be moved to vp9/common. Change-Id: I7386e64e221086e3cdc087e79812f993c423413b
Diffstat (limited to 'vp9/vp9_common.mk')
-rw-r--r--vp9/vp9_common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/vp9/vp9_common.mk b/vp9/vp9_common.mk
index 58920e247..c85498372 100644
--- a/vp9/vp9_common.mk
+++ b/vp9/vp9_common.mk
@@ -33,7 +33,7 @@ VP9_COMMON_SRCS-yes += common/vp9_entropymv.h
VP9_COMMON_SRCS-yes += common/vp9_enums.h
VP9_COMMON_SRCS-yes += common/vp9_idct.h
VP9_COMMON_SRCS-yes += common/vp9_loopfilter.h
-VP9_COMMON_SRCS-yes += common/vp9_loopfilter_thread.h
+VP9_COMMON_SRCS-yes += common/vp9_thread_common.h
VP9_COMMON_SRCS-yes += common/vp9_mv.h
VP9_COMMON_SRCS-yes += common/vp9_onyxc_int.h
VP9_COMMON_SRCS-yes += common/vp9_pred_common.h
@@ -57,7 +57,7 @@ VP9_COMMON_SRCS-yes += common/vp9_tile_common.h
VP9_COMMON_SRCS-yes += common/vp9_tile_common.c
VP9_COMMON_SRCS-yes += common/vp9_loopfilter.c
VP9_COMMON_SRCS-yes += common/vp9_loopfilter_filters.c
-VP9_COMMON_SRCS-yes += common/vp9_loopfilter_thread.c
+VP9_COMMON_SRCS-yes += common/vp9_thread_common.c
VP9_COMMON_SRCS-yes += common/vp9_mvref_common.c
VP9_COMMON_SRCS-yes += common/vp9_mvref_common.h
VP9_COMMON_SRCS-yes += common/vp9_quant_common.c