mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
build fixes
This commit is contained in:
parent
4558073da6
commit
8886f5d373
4 changed files with 19 additions and 12 deletions
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
alsa_dep = dependency('alsa')
|
||||
v4l2_dep = dependency('libv4l2')
|
||||
xv_dep = dependency('x11')
|
||||
sdl_dep = dependency('sdl2')
|
||||
avcodec_dep = dependency('libavcodec')
|
||||
avformat_dep = dependency('libavformat')
|
||||
avfilter_dep = dependency('libavfilter')
|
||||
libva_dep = dependency('libva')
|
||||
x11_dep = dependency('x11', required : false)
|
||||
sdl_dep = dependency('sdl2', required : false)
|
||||
avcodec_dep = dependency('libavcodec', required : false)
|
||||
avformat_dep = dependency('libavformat', required : false)
|
||||
avfilter_dep = dependency('libavfilter', required : false)
|
||||
libva_dep = dependency('libva', required : false)
|
||||
libudev_dep = dependency('libudev')
|
||||
threads_dep = dependency('threads')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue