From 8ee2e78e4cb9f5f92286a6b2df5e69f1dd8b0a8d Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Tue, 4 Sep 2018 23:58:48 -0700 Subject: Fix libvpx config tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It'll never pass unless the code is valid C++. Change-Id: I8b4ab98c34b94afd94b6fffd15516ec82d79bf17 Reviewed-by: Jüri Valdmann --- config.tests/libvpx/libvpx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.tests') diff --git a/config.tests/libvpx/libvpx.cpp b/config.tests/libvpx/libvpx.cpp index 55aef0b92..06c34476b 100644 --- a/config.tests/libvpx/libvpx.cpp +++ b/config.tests/libvpx/libvpx.cpp @@ -34,7 +34,7 @@ int main(int, char **) // Members added (as ints) by // https://chromium-review.googlesource.com/c/webm/libvpx/+/798222 // And changed to int arrays by - / https://chromium-review.googlesource.com/c/webm/libvpx/+/879089 + // https://chromium-review.googlesource.com/c/webm/libvpx/+/879089 pkt.data.frame.width[0] = 0u; pkt.data.frame.height[0] = 0u; return 0; -- cgit v1.2.3