mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
videoconvert: beginnings of video converter
This commit is contained in:
parent
18776b155b
commit
b314547702
7 changed files with 1183 additions and 42 deletions
|
|
@ -22,6 +22,9 @@ endif
|
|||
if get_option('test')
|
||||
subdir('test')
|
||||
endif
|
||||
if get_option('videoconvert')
|
||||
subdir('videoconvert')
|
||||
endif
|
||||
if get_option('videotestsrc')
|
||||
subdir('videotestsrc')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue