shithub: opus-tools

Download patch

ref: 4ecb845a288cf86ca6d90f3413160471abaa8dbd
parent: cc7a4d37604899b0103fb48ba69dcc155e0eddff
author: Christian Weisgerber <naddy@mips.inka.de>
date: Sat Aug 4 13:18:00 EDT 2012

opus-tools typo

--- a/src/opusenc.c
+++ b/src/opusenc.c
@@ -279,7 +279,7 @@
 #endif
 
    if(query_cpu_support()){
-     fprintf(stderr,"\n\n** WARNING: This program with compiled with SSE%s\n",query_cpu_support()>1?"2":"");
+     fprintf(stderr,"\n\n** WARNING: This program was compiled with SSE%s\n",query_cpu_support()>1?"2":"");
      fprintf(stderr,"            but this CPU claims to lack these instructions. **\n\n");
    }