mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
build fixes
This commit is contained in:
parent
8886f5d373
commit
85628926bb
1 changed files with 7 additions and 5 deletions
|
|
@ -4,8 +4,10 @@ executable('video-src',
|
|||
dependencies : [pipewire_dep],
|
||||
)
|
||||
|
||||
executable('video-play',
|
||||
'video-play.c',
|
||||
install: false,
|
||||
dependencies : [pipewire_dep,sdl_dep],
|
||||
)
|
||||
if sdl_dep.found()
|
||||
executable('video-play',
|
||||
'video-play.c',
|
||||
install: false,
|
||||
dependencies : [pipewire_dep,sdl_dep],
|
||||
)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue