diff options
author | Steven Noonan <steven@uplinklabs.net> | 2014-04-13 04:27:53 -0700 |
---|---|---|
committer | Steven Noonan <steven@uplinklabs.net> | 2014-04-13 20:56:29 -0700 |
commit | 20336c007690d92740e48f3c4fcad562fbaaa6e9 (patch) | |
tree | 5f6e6aa4ffa211c9c05029eb5dec4026c64762ca /other/fun/sign.c | |
parent | 1808c88c79f7f19bd3cce1bebd9832bb8e0aac28 (diff) |
media.h: include 'opus.h' instead of 'opus/opus.h'
The current 'opus/opus.h' works if your opus.h is in /usr/include/opus, as
/usr/include is already in the header search path. If your opus header search
path is found via pkg-config, however, you will get something like this:
$ pkg-config --cflags opus
-I/usr/local/Cellar/opus/1.1/include/opus
Since this is pointing directly to include/opus, the 'opus/' prefix on the
header include directive will break.
Since 'opus.h' should work in both cases (as in both cases it will be
discovered via pkg-config), just use the simpler 'opus.h'.
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'other/fun/sign.c')
0 files changed, 0 insertions, 0 deletions