Commit 95eb5264 authored by fbarchard@google.com's avatar fbarchard@google.com

quick space removal fix for android.mk

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

git-svn-id: http://libyuv.googlecode.com/svn/trunk@436 16f28f9a-4ce2-e073-06de-1de4eb20be90
parent 62a961be
...@@ -6,25 +6,25 @@ include $(CLEAR_VARS) ...@@ -6,25 +6,25 @@ include $(CLEAR_VARS)
LOCAL_CPP_EXTENSION := .cc LOCAL_CPP_EXTENSION := .cc
LOCAL_SRC_FILES := \ LOCAL_SRC_FILES := \
source/compare.cc \ source/compare.cc \
source/compare_common.cc \ source/compare_common.cc \
source/compare_posix.cc \ source/compare_posix.cc \
source/convert.cc \ source/convert.cc \
source/convert_argb.cc \ source/convert_argb.cc \
source/convert_from.cc \ source/convert_from.cc \
source/convert_from_argb.cc \ source/convert_from_argb.cc \
source/cpu_id.cc \ source/cpu_id.cc \
source/format_conversion.cc \ source/format_conversion.cc \
source/planar_functions.cc \ source/planar_functions.cc \
source/rotate.cc \ source/rotate.cc \
source/rotate_argb.cc \ source/rotate_argb.cc \
source/row_common.cc \ source/row_common.cc \
source/row_mips.cc \ source/row_mips.cc \
source/row_posix.cc \ source/row_posix.cc \
source/scale.cc \ source/scale.cc \
source/scale_argb.cc \ source/scale_argb.cc \
source/scale_mips.cc \ source/scale_mips.cc \
source/video_common.cc \ source/video_common.cc \
# TODO(fbarchard): Enable mjpeg encoder. # TODO(fbarchard): Enable mjpeg encoder.
# source/mjpeg_decoder.cc # source/mjpeg_decoder.cc
......
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