aboutsummaryrefslogtreecommitdiff
path: root/linux.mk
diff options
context:
space:
mode:
authorfbarchard@google.com <fbarchard@google.com>2015-06-09 17:27:52 +0000
committerfbarchard@google.com <fbarchard@google.com>2015-06-09 17:27:52 +0000
commit2e9f3e5cf5f3c71a4a34893ceb20c5d69689390f (patch)
treea4a12fca6ff64773210fd45d057bce3ca01fdd1c /linux.mk
parentd880a90ecac06b347d3d484857852fadd33d14d9 (diff)
downloadlibyuv-2e9f3e5cf5f3c71a4a34893ceb20c5d69689390f.tar.gz
rename source files from row_posix.cc etc to row_gcc.cc to avoid gyp build filtering out source files from build when on windows with clang. The source code contained in row_gcc.cc is gcc syntax inline assembly available for any platform that supports gcc or clang for intel cpus.
BUG=440 TESTED=try bots R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/56579004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1430 16f28f9a-4ce2-e073-06de-1de4eb20be90
Diffstat (limited to 'linux.mk')
-rw-r--r--linux.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux.mk b/linux.mk
index d3c33f2c..364ae1a3 100644
--- a/linux.mk
+++ b/linux.mk
@@ -8,7 +8,7 @@ CXXFLAGS+=-Iinclude/
LOCAL_OBJ_FILES := \
source/compare.o \
source/compare_common.o \
- source/compare_posix.o \
+ source/compare_gcc.o \
source/convert.o \
source/convert_argb.o \
source/convert_from.o \
@@ -23,12 +23,12 @@ LOCAL_OBJ_FILES := \
source/row_any.o \
source/row_common.o \
source/row_mips.o \
- source/row_posix.o \
+ source/row_gcc.o \
source/scale.o \
source/scale_argb.o \
source/scale_common.o \
source/scale_mips.o \
- source/scale_posix.o \
+ source/scale_gcc.o \
source/video_common.o
.cc.o: