Commit 4bfe1e0d authored by fbarchard@google.com's avatar fbarchard@google.com

Move any functions into their own file

BUG=none
TEST=none
Review URL: https://webrtc-codereview.appspot.com/936009

git-svn-id: http://libyuv.googlecode.com/svn/trunk@458 16f28f9a-4ce2-e073-06de-1de4eb20be90
parent c074e880
......@@ -18,6 +18,7 @@ LOCAL_SRC_FILES := \
source/planar_functions.cc \
source/rotate.cc \
source/rotate_argb.cc \
source/row_any.cc \
source/row_common.cc \
source/row_mips.cc \
source/row_posix.cc \
......
......@@ -82,6 +82,7 @@
'source/rotate_argb.cc',
'source/rotate_mips.cc',
'source/rotate_neon.cc',
'source/row_any.cc',
'source/row_common.cc',
'source/row_mips.cc',
'source/row_neon.cc',
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment