From 5619efe9f881240580842187537a04d5044c3ef3 Mon Sep 17 00:00:00 2001 From: eska Date: Thu, 5 May 2016 19:21:57 +0200 Subject: [PATCH] Ignore unneeded Opus file, fix JavaScript build --- drivers/opus/SCsub | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/opus/SCsub b/drivers/opus/SCsub index 0e94c7aeda0..bed8b496fcf 100644 --- a/drivers/opus/SCsub +++ b/drivers/opus/SCsub @@ -116,7 +116,6 @@ opus_sources_lib = [ "opus/info.c", "opus/stream.c", "opus/opus_decoder.c", - "opus/opus_compare.c", "opus/internal.c", "opus/wincerts.c", "opus/opus.c",