more type cleanup

Move some types in the type-info
Remove unused type files
This commit is contained in:
Wim Taymans 2018-08-25 12:26:18 +02:00
parent d26aecfef2
commit 265b4476a1
6 changed files with 18 additions and 182 deletions

View file

@ -25,7 +25,7 @@ extern "C" {
#endif
#include <spa/debug/debug-mem.h>
#include <spa/buffer/buffer-types.h>
#include <spa/buffer/type-info.h>
#ifndef spa_debug
#define spa_debug(...) ({ fprintf(stderr, __VA_ARGS__);fputc('\n', stderr); })