[opus] Antw: Re: opusfile Include fix
Ulrich Windl
Ulrich.Windl at rz.uni-regensburg.de
Mon Sep 18 07:35:19 UTC 2017
>>> Jean-Marc Valin <jmvalin at jmvalin.ca> schrieb am 16.09.2017 um 08:12 in
Nachricht <29959506-9f3b-2ad1-fc02-2aea7c53c084 at jmvalin.ca>:
> Actually, you're supposed to add /usr/include/opus to your include path.
> That's why the includes don't have the "opus/" prefix.
Hi!
But that's uncommon: You also don't put /usr/include/sys into your include path, but you still write #include <sys/stat.h> (for example).
Regards,
Ulrich
>
> 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
>>
> _______________________________________________
> opus mailing list
> opus at xiph.org
> http://lists.xiph.org/mailman/listinfo/opus
More information about the opus
mailing list