mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
don't link with spalib when we don't have to
This commit is contained in:
parent
872a1131fa
commit
d3b9a52ec4
11 changed files with 0 additions and 20 deletions
|
|
@ -6,6 +6,5 @@ ffmpeglib = shared_library('spa-ffmpeg',
|
|||
ffmpeg_sources,
|
||||
include_directories : [spa_inc, spa_libinc],
|
||||
dependencies : [ avcodec_dep, avformat_dep ],
|
||||
link_with : spalib,
|
||||
install : true,
|
||||
install_dir : '@0@/spa/ffmpeg'.format(get_option('libdir')))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue