| Index: source/libvpx/test/frame_size_tests.cc
|
| diff --git a/source/libvpx/test/frame_size_tests.cc b/source/libvpx/test/frame_size_tests.cc
|
| index 95cc66adc1d9971a6418526baa54f4878d43635b..d39c8f6ee932187e178abfda47172370a75ff83e 100644
|
| --- a/source/libvpx/test/frame_size_tests.cc
|
| +++ b/source/libvpx/test/frame_size_tests.cc
|
| @@ -74,7 +74,7 @@ TEST_F(VP9FrameSizeTestsLarge, ValidSizes) {
|
| // size or almost 1 gig of memory.
|
| // In total the allocations will exceed 2GiB which may cause a failure with
|
| // mingw + wine, use a smaller size in that case.
|
| -#if defined(_WIN32) && !defined(_WIN64)
|
| +#if defined(_WIN32) && !defined(_WIN64) || defined(__OS2__)
|
| video.SetSize(4096, 3072);
|
| #else
|
| video.SetSize(4096, 4096);
|
|
|