shithub: opus

Download patch

ref: 5840aaf26c83f0e6beff57ced047a31be995dd20
parent: b8a30f9ca3776b71adf3a8b344c2351e40256b15
author: Ralph Giles <[email protected]>
date: Tue Aug 2 06:33:04 EDT 2011

Remove duplicate 'libopus' from the fallback version string.

Thanks to Tim Terriberry for pointing out the issue.

--- a/src/opus.c
+++ b/src/opus.c
@@ -32,7 +32,7 @@
 #include "opus.h"
 
 #ifndef OPUS_VERSION
-#define OPUS_VERSION "libopus version unknown"
+#define OPUS_VERSION "unknown"
 #endif
 
 const char *opus_strerror(int error)