aboutsummaryrefslogtreecommitdiff
path: root/linux.mk
diff options
context:
space:
mode:
authorfbarchard@google.com <fbarchard@google.com>2015-02-09 19:58:19 +0000
committerfbarchard@google.com <fbarchard@google.com>2015-02-09 19:58:19 +0000
commit0887315390e17b5f764988107974386b7cb2007a (patch)
tree6d06109df7c0ca8292df328814f61ade03a2fcb2 /linux.mk
parent35037cb948971bedd524ee7930953c240670c9d4 (diff)
downloadlibyuv-0887315390e17b5f764988107974386b7cb2007a.tar.gz
Remove bayer format support from libyuv. This format is very rare and used on legacy hardware. Its not well optimized and has bugs related to odd widths. Removing the format will allow tests to pass under more circumstances, run faster and allow focus on higher priority quality and performance issues.
BUG=301 TESTED=local unittests build/pass on windows gyp build. R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/38059004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1270 16f28f9a-4ce2-e073-06de-1de4eb20be90
Diffstat (limited to 'linux.mk')
-rw-r--r--linux.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux.mk b/linux.mk
index 0aad8f0e..d3c33f2c 100644
--- a/linux.mk
+++ b/linux.mk
@@ -16,7 +16,6 @@ LOCAL_OBJ_FILES := \
source/convert_to_argb.o \
source/convert_to_i420.o \
source/cpu_id.o \
- source/format_conversion.o \
source/planar_functions.o \
source/rotate.o \
source/rotate_argb.o \