make jack interface the default
This commit is contained in:
parent
dfbbfb3db5
commit
f7d483fa12
2 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_PREREQ(2.50)
|
AC_PREREQ(2.50)
|
||||||
AC_INIT(src/main.cpp)
|
AC_INIT(src/main.cpp)
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE(llcon,2.1.5cvs)
|
AM_INIT_AUTOMAKE(llcon,2.2.0cvs)
|
||||||
|
|
||||||
|
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
@ -20,7 +20,7 @@ AC_CHECK_PROGS(RPMBUILD, rpmbuild, rpm)
|
||||||
dnl Configuration Arguments
|
dnl Configuration Arguments
|
||||||
|
|
||||||
AC_ARG_ENABLE( sound,[ --enable-sound generic sound support], enable_sound=$enableval, enable_sound=yes)
|
AC_ARG_ENABLE( sound,[ --enable-sound generic sound support], enable_sound=$enableval, enable_sound=yes)
|
||||||
AC_ARG_ENABLE( alsa,[ --enable-alsa use ALSA interface], enable_alsa=$enableval, enable_alsa=yes)
|
AC_ARG_ENABLE( alsa,[ --enable-alsa use ALSA interface], enable_alsa=$enableval, enable_alsa=no)
|
||||||
|
|
||||||
|
|
||||||
if test "$enable_alsa" = "yes"; then
|
if test "$enable_alsa" = "yes"; then
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
* Volker Fischer, Alexander Kurpiers
|
* Volker Fischer, Alexander Kurpiers
|
||||||
*
|
*
|
||||||
* This code is based on the Open-Source sound interface implementation of
|
* This code is based on the Open-Source sound interface implementation of
|
||||||
* the Dream DRM Receiver project.
|
* the Dream DRM Receiver project and on the simple_client example of the
|
||||||
|
* Jack audio interface.
|
||||||
*
|
*
|
||||||
\******************************************************************************/
|
\******************************************************************************/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue