From c8e5a7749cfd2aa72f73777b7e0a59d7faa99744 Mon Sep 17 00:00:00 2001 From: James Zern Date: Thu, 11 Feb 2016 18:53:50 -0800 Subject: [PATCH] vpxenc: quiet unused param warning Change-Id: Ib6ed1b8c03f6c269f8d667b21b895b35363cee9e --- vpxenc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vpxenc.c b/vpxenc.c index c61d06073..f14470a6f 100644 --- a/vpxenc.c +++ b/vpxenc.c @@ -1470,6 +1470,8 @@ static void open_output_file(struct stream_state *stream, global->codec->fourcc, pixel_aspect_ratio); } +#else + (void)pixel_aspect_ratio; #endif if (!stream->config.write_webm) {