test-mixer: animate volume controls

Fix volume in audiomixer.
This commit is contained in:
Wim Taymans 2017-11-23 18:04:39 +01:00
parent cb3198c458
commit 7f4363d367
3 changed files with 52 additions and 18 deletions

View file

@ -1,6 +1,6 @@
executable('test-mixer', 'test-mixer.c',
include_directories : [spa_inc ],
dependencies : [dl_lib, pthread_lib],
dependencies : [dl_lib, pthread_lib, libm],
link_with : spalib,
install : false)
executable('test-ringbuffer', 'test-ringbuffer.c',