Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-21 | Started with VAD | mannol | |
2014-05-25 | Merge branch 'mannol1-Multicalls' into multi-av | irungentoo | |
2014-05-20 | Merge upstream and other stuff | mannol | |
2014-05-10 | This should work | mannol | |
2014-05-03 | Bunch of random changes | mannol | |
2014-04-13 | media.h: include 'opus.h' instead of 'opus/opus.h' | Steven Noonan | |
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-08 | Drop typedef redeclarations | Dmitrij D. Czarkoff | |
C99 doesn't permit redeclaring typedefs in the same scope. | |||
2014-03-11 | Added custom callback data and capability identifier | mannol | |
2014-03-07 | Fixed several bugs and added some features | mannol | |
2014-02-16 | Astyled av code. | irungentoo | |
2014-02-16 | Moved event to toxav | mannol | |
2014-02-16 | Public header ready to go | mannol | |
2014-02-16 | Started adding public API | mannol | |