aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorfbarchard@google.com <fbarchard@google.com>2015-03-30 23:20:14 +0000
committerfbarchard@google.com <fbarchard@google.com>2015-03-30 23:20:14 +0000
commit416c48dba7cfa18484341bdb1dd343fa9799ca16 (patch)
tree643ffe8ad99a2bd9da1bc189ca3e08b11e888f4e /CMakeLists.txt
parent72673ac87389a27d1271fbd56b2a89e9d355963a (diff)
downloadlibyuv-416c48dba7cfa18484341bdb1dd343fa9799ca16.tar.gz
add new scale_any to build files.
BUG=419 TESTED=untested R=bcornell@google.com Review URL: https://webrtc-codereview.appspot.com/44969004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1350 16f28f9a-4ce2-e073-06de-1de4eb20be90
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 17ab3fbc..07e6384f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,6 +38,7 @@ set(ly_source_files
${ly_src_dir}/row_posix.cc
${ly_src_dir}/row_win.cc
${ly_src_dir}/scale.cc
+ ${ly_src_dir}/scale_any.cc
${ly_src_dir}/scale_argb.cc
${ly_src_dir}/scale_common.cc
${ly_src_dir}/scale_mips.cc