export-sink: change contrast property

This commit is contained in:
Wim Taymans 2018-02-07 18:16:01 +01:00
parent c5df05d3f3
commit 06ba8c9a7e
2 changed files with 57 additions and 2 deletions

View file

@ -29,6 +29,6 @@ if sdl_dep.found()
executable('export-sink',
'export-sink.c',
install: false,
dependencies : [pipewire_dep, sdl_dep],
dependencies : [pipewire_dep, sdl_dep, mathlib],
)
endif