mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-05 04:06:31 -05:00
- moved usx2yloader firmwares to alsa-firmware module.
- check ALSA 1.0.0 in configure. - fixed typos in README's.
This commit is contained in:
parent
9555e4e2a7
commit
3843634ef0
19 changed files with 25 additions and 1438 deletions
|
|
@ -48,7 +48,7 @@ COPYRIGHT
|
|||
=========
|
||||
|
||||
Copyright (c) 2003 Digigram SA <alsa@digigram.com>
|
||||
Distributalbe under GPL.
|
||||
Distributable under GPL.
|
||||
|
||||
The firmware files included in firmware sub-directory are copyright
|
||||
The firmware files included in alsa-firmware package are copyright
|
||||
by Digigram SA
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ AM_INIT_AUTOMAKE(mixartloader, 1.0)
|
|||
AC_PROG_CC
|
||||
AC_PROG_INSTALL
|
||||
AC_HEADER_STDC
|
||||
AM_PATH_ALSA(0.9.2)
|
||||
AM_PATH_ALSA(1.0.0)
|
||||
|
||||
CFLAGS="$CFLAGS $ALSA_CFLAGS"
|
||||
LDFLAGS="$LDFLAGS $ALSA_LIBS"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue