mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-03-13 05:33:45 -04:00
Add echomixer
Added echomixer by Giuliano Pochini <pochini@shiny.it> Mixer app for echoaudio drivers.
This commit is contained in:
parent
d16f4c79f3
commit
df4477b5b6
10 changed files with 3291 additions and 1 deletions
9
echomixer/configure.in-gtk2
Normal file
9
echomixer/configure.in-gtk2
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
AC_INIT(echomixer.c)
|
||||
AM_INIT_AUTOMAKE(echomixer, 0.5.0)
|
||||
AC_PROG_CC
|
||||
AC_PROG_INSTALL
|
||||
AC_HEADER_STDC
|
||||
|
||||
PKG_CHECK_MODULES(ECHOMIXER, gtk+-2.0 alsa >= 1.0.0)
|
||||
|
||||
AC_OUTPUT(Makefile)
|
||||
Loading…
Add table
Add a link
Reference in a new issue