mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
Remove libv4l2 dependency
It's not used anywhere right now.
This commit is contained in:
parent
3cb400bb61
commit
51e900c9d3
2 changed files with 1 additions and 4 deletions
|
|
@ -30,9 +30,6 @@ if get_option('spa-plugins')
|
|||
avcodec_dep = dependency('libavcodec')
|
||||
avformat_dep = dependency('libavformat')
|
||||
endif
|
||||
if get_option('v4l2')
|
||||
v4l2_dep = dependency('libv4l2')
|
||||
endif
|
||||
|
||||
subdir('plugins')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue