From: Alex Converse Date: Mon, 21 Mar 2016 21:11:03 +0000 (-0700) Subject: Add buf_ans.h to the Makefile. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6a136e864b30eda25b3de3e869a4916805846a5;p=libvpx Add buf_ans.h to the Makefile. Change-Id: I6339912d240a1c2c3aa2f7303e7ca4d9721a29f4 --- diff --git a/vp10/vp10cx.mk b/vp10/vp10cx.mk index 8d35a9be7..3ee97bd6d 100644 --- a/vp10/vp10cx.mk +++ b/vp10/vp10cx.mk @@ -72,6 +72,7 @@ VP10_CX_SRCS-yes += encoder/subexp.h VP10_CX_SRCS-yes += encoder/resize.c VP10_CX_SRCS-yes += encoder/resize.h VP10_CX_SRCS-$(CONFIG_INTERNAL_STATS) += encoder/blockiness.c +VP10_CX_SRCS-$(CONFIG_ANS) += encoder/buf_ans.h VP10_CX_SRCS-yes += encoder/tokenize.c VP10_CX_SRCS-yes += encoder/treewriter.c