mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
fix build of test
This commit is contained in:
parent
d65012ff21
commit
93bd18ccc5
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue