| Index: webrtc/modules/video_coding/codecs/h264/test/h264_impl_unittest.cc
|
| diff --git a/webrtc/modules/video_coding/codecs/h264/test/h264_impl_unittest.cc b/webrtc/modules/video_coding/codecs/h264/test/h264_impl_unittest.cc
|
| index 9db694e56b9f071dfefb78a19539747a61991f6a..806b5ac06b57e83a29114d230ff42439ce2ebdb6 100644
|
| --- a/webrtc/modules/video_coding/codecs/h264/test/h264_impl_unittest.cc
|
| +++ b/webrtc/modules/video_coding/codecs/h264/test/h264_impl_unittest.cc
|
| @@ -32,7 +32,7 @@ class TestH264Impl : public VideoCodecTest {
|
| }
|
| };
|
|
|
| -#ifdef WEBRTC_VIDEOPROCESSOR_H264_TESTS
|
| +#ifdef WEBRTC_USE_H264
|
| #define MAYBE_EncodeDecode EncodeDecode
|
| #define MAYBE_DecodedQpEqualsEncodedQp DecodedQpEqualsEncodedQp
|
| #else
|
|
|