pipewire/spa/lib/meson.build
Wim Taymans 808d6b6fca prop-builder: add helper to make properties and formats
Use this to make a format filter. Use the filter to negotiate
a format automatically.
2017-02-20 17:22:46 +01:00

15 lines
468 B
Meson

spalib_sources = ['audio-raw.c',
'debug.c',
'mapper.c',
'prop-builder.c',
'props.c',
'video-raw.c']
spalib = shared_library('spa-lib',
spalib_sources,
include_directories : [ spa_inc, spa_libinc ],
install : true)
spalib_dep = declare_dependency(link_with : spalib,
include_directories : spa_inc,
)