aboutsummaryrefslogtreecommitdiff
path: root/third_party/libaom/source/libaom/test/frame_size_tests.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libaom/source/libaom/test/frame_size_tests.cc')
-rw-r--r--third_party/libaom/source/libaom/test/frame_size_tests.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/libaom/source/libaom/test/frame_size_tests.cc b/third_party/libaom/source/libaom/test/frame_size_tests.cc
index 38b6a63c3d..2365a20c24 100644
--- a/third_party/libaom/source/libaom/test/frame_size_tests.cc
+++ b/third_party/libaom/source/libaom/test/frame_size_tests.cc
@@ -73,6 +73,7 @@ TEST_F(AV1FrameSizeTests, OneByOneVideo) {
ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
}
+#if !CONFIG_REALTIME_ONLY
typedef struct {
unsigned int width;
unsigned int height;
@@ -129,5 +130,6 @@ TEST_P(AV1LosslessFrameSizeTests, LosslessEncode) {
AV1_INSTANTIATE_TEST_SUITE(AV1LosslessFrameSizeTests,
::testing::ValuesIn(FrameSizeTestParams),
testing::Values(::libaom_test::kAllIntra));
+#endif // !CONFIG_REALTIME_ONLY
} // namespace