Remove libv4l2 dependency

It's not used anywhere right now.
This commit is contained in:
Wim Taymans 2019-05-17 12:41:57 +02:00
parent 3cb400bb61
commit 51e900c9d3
2 changed files with 1 additions and 4 deletions

View file

@ -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