Hi Marco,

On Tue, May 19, 2015 at 11:10:55AM +0200, Marco Tarantino wrote:
> Package: libopusfile-dev
> Version: 0.6-1
> Severity: normal
> 
> Dear Maintainer,
> 
>     Line 110 of opusfile.h reads:
>         # include <opus_multistream.h>
>     However the file opus_multistream.h is provided by libopus-dev and it is
>     not in the include path. It is instead in include/opus, the same as
>     opusfile.h.

The 'official' answer to this is probably "you're supposed to use the .pc"
(or some similar method) to add that to the include search path ...

>     My proposed solution is to change the above line in
>         # include "opus_multistream.h"

... but this doesn't seem like an unreasonable thing to do in any case.

>     (this is how the other headers in libopus-dev include each other).
>     or
>         # include <opus/opus_multistream.h>

The main reason people have objected to that one in the past is that
it makes it more difficult to use 'uninstalled builds' for testing and
development work.  But the "quoted" include should be fine with that,
so I'll pass this suggestion along.

  Cheers,
  Ron


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to