[opus] opusfile Include fix

Jean-Marc Valin jmvalin at jmvalin.ca
Sat Sep 16 06:12:51 UTC 2017


Actually, you're supposed to add /usr/include/opus to your include path.
That's why the includes don't have the "opus/" prefix.

Cheers,

	Jean-Marc

On 31/08/17 05:20 AM, Alexander Panchenko wrote:
> Hi all!
> When compiling the program using opusfile the
> 
> #include <opus/opusfile.h>
> 
> generates error that
> 
> # include <opus_multistream.h>
> 
> is not found. Actually it should be included as
> 
> # include <opus/opus_multistream.h>
> 
> just like the ogg.h in the previous line.
> 
> A small patch attached.
> 
> 
> 
> _______________________________________________
> opus mailing list
> opus at xiph.org
> http://lists.xiph.org/mailman/listinfo/opus
> 


More information about the opus mailing list