Frank Barchard e74086bfe3 Remove DISABLE_X86 from build.gn
Fix for duplicate define
../../third_party/libyuv/include/libyuv/scale_row.h:29:9: error: 'LIBYUV_DISABLE_X86' macro redefined [-Werror,-Wmacro-redefined]
        ^

GYP version relys on headers disabling the optimization.
This CL does the same for BUILD.gn
TBR=kjellander@chromium.org
BUG=libyuv:625

Review URL: https://codereview.chromium.org/2149823003 .
2016-07-14 12:14:22 -07:00
..
basic_types.h Declare parameters that are unused, since C does not let you give a type without name. 2014-01-07 05:42:27 +00:00
compare_row.h disable assembly in header for msan=1 2016-03-15 18:45:38 -07:00
compare.h Detect Endian of ARGB image. 2014-11-05 18:46:06 +00:00
convert_argb.h Duplicate prototype for I420ToABGR for remoting 2016-07-12 19:12:28 -07:00
convert_from_argb.h Change Sobel to use JPeg Luma calculation instead of extracting G channel. Using luma produces a better sobel that respects all 3 channels of RGB. Historically the G channel was used to improve performance, and because the luma of I420 is a constrained range, hurting quality. Using the JPeg variation of YUV, the luma is more accurate, including cross platform, better optimized for AVX2 and odd widths, and full range. 2015-05-27 22:32:26 +00:00
convert_from.h remove includes for duplicate functions 2016-05-23 17:38:26 -07:00
convert.h Add libyuv:Android420ToI420 function which takes 3 pointers 2016-07-12 16:23:51 -07:00
cpu_id.h document cpuid command line behavior 2016-06-08 10:38:09 -07:00
mjpeg_decoder.h fixes for blank line lint warnings 2014-08-14 19:42:48 +00:00
planar_functions.h Add ARGBExtractAlpha function 2016-05-26 10:30:57 +02:00
rotate_argb.h C header compatible 2013-03-22 08:40:40 +00:00
rotate_row.h disable assembly in header for msan=1 2016-03-15 18:45:38 -07:00
rotate.h use LIBYUV_BOOL instead of bool 2014-01-07 03:59:31 +00:00
row.h fix typo in YUV 2016-07-13 17:17:19 -07:00
scale_argb.h scale with conversion using 2 steps with unittest 2015-11-13 11:25:56 -08:00
scale_row.h YUV scale filter columns improved filtering accuracy 2016-06-23 20:16:55 -07:00
scale.h scale16 api use LIBYUV_API 2014-09-15 22:01:43 +00:00
version.h Remove DISABLE_X86 from build.gn 2016-07-14 12:14:22 -07:00
video_common.h H420 functionality 2015-09-06 11:01:40 -07:00