fix build of test

This commit is contained in:
Wim Taymans 2017-09-29 12:18:38 +02:00
parent d65012ff21
commit 93bd18ccc5
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ executable('test-ringbuffer', 'test-ringbuffer.c',
link_with : spalib, link_with : spalib,
install : false) install : false)
executable('test-graph', 'test-graph.c', executable('test-graph', 'test-graph.c',
include_directories : [spa_inc ], include_directories : [spa_inc, spa_libinc ],
dependencies : [dl_lib, pthread_lib], dependencies : [dl_lib, pthread_lib],
link_with : spalib, link_with : spalib,
install : false) install : false)

View file

@ -38,7 +38,7 @@
#include <spa/graph.h> #include <spa/graph.h>
#include <spa/graph-scheduler1.h> #include <spa/graph-scheduler1.h>
#include <spa/lib/debug.h> #include <lib/debug.h>
static SPA_TYPE_MAP_IMPL(default_map, 4096); static SPA_TYPE_MAP_IMPL(default_map, 4096);
static SPA_LOG_IMPL(default_log); static SPA_LOG_IMPL(default_log);