mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 16:56:55 +08:00
convert_test.cc: Remove unused ENABLE_ROW_TESTS
The ENABLE_ROW_TESTS macro is not used in convert_test.cc. Change-Id: Icc50ec465beca81e14a9683a717680e179a541dd Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/6434620 Reviewed-by: Frank Barchard <fbarchard@chromium.org> Commit-Queue: Wan-Teh Chang <wtc@google.com>
This commit is contained in:
parent
b7a857659f
commit
6cc603a8cf
@ -27,14 +27,9 @@
|
|||||||
#include "libyuv/rotate.h"
|
#include "libyuv/rotate.h"
|
||||||
#include "libyuv/video_common.h"
|
#include "libyuv/video_common.h"
|
||||||
|
|
||||||
#ifdef ENABLE_ROW_TESTS
|
|
||||||
#include "libyuv/row.h" /* For ARGBToAR30Row_AVX2 */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(__riscv) && !defined(__clang__)
|
#if defined(__riscv) && !defined(__clang__)
|
||||||
#define DISABLE_SLOW_TESTS
|
#define DISABLE_SLOW_TESTS
|
||||||
#undef ENABLE_FULL_TESTS
|
#undef ENABLE_FULL_TESTS
|
||||||
#undef ENABLE_ROW_TESTS
|
|
||||||
#define LEAN_TESTS
|
#define LEAN_TESTS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user