toxcore/toxav
Steven Noonan 20336c0076 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>
2014-04-13 20:56:29 -07:00
..
event.c pkg-config and av 2014-02-23 23:13:38 +01:00
event.h Astyled av code. 2014-02-16 20:01:30 -05:00
Makefile.inc toxav/Makefile.inc: add LIBSODIUM_* variables to flags 2014-04-13 20:56:29 -07:00
media.c Removed logging to stderr and fixed timeout handling 2014-03-12 00:22:49 +01:00
media.h media.h: include 'opus.h' instead of 'opus/opus.h' 2014-04-13 20:56:29 -07:00
msi.c Added test 2014-04-05 17:09:44 +02:00
msi.h Added new callback 2014-03-14 23:10:10 +01:00
phone.c Fix phone.c 2014-04-09 21:43:19 +08:00
rtp.c Fix memory leak. 2014-04-10 06:15:40 +08:00
rtp.h Fixed several bugs and added some features 2014-03-07 03:13:04 +01:00
toxav.c Drop typedef redeclarations 2014-04-08 11:32:23 +02:00
toxav.h Codec settings 2014-04-06 23:59:18 +02:00