[opus] Opus header includes
Stéphane Letz
letz at grame.fr
Mon Sep 28 11:31:33 PDT 2015
Hi,
Why are the opus headers access described like this in the .pc file (located with pkg-config) : Cflags: -I${includedir}/opus
This seems strange since instead of using something like :
#include <opus/opus.h>
#include <opus/opus_types.h>
developers have to use :
#include <opus.h>
#include <opus_types.h >
Seems like strange for me... Any reasons for that?
Thanks.
Stéphane Letz
More information about the opus
mailing list