mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
Slight tweak: now I just need to send the modified version off to the alsa people.
Original commit message from CVS: Slight tweak: now I just need to send the modified version off to the alsa people.
This commit is contained in:
parent
8edf6e1433
commit
01c946b685
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@ dnl Configure Paths for Alsa
|
|||
dnl Some modifications by Richard Boulton <richard-alsa@tartarus.org>
|
||||
dnl Christopher Lansdown <lansdoct@cs.alfred.edu>
|
||||
dnl Jaroslav Kysela <perex@suse.cz>
|
||||
dnl Last modification: 07/12/2000
|
||||
dnl Last modification: 07/01/2001
|
||||
dnl AM_PATH_ALSA([MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
|
||||
dnl Test for libasound, and define ALSA_CFLAGS and ALSA_LIBS as appropriate.
|
||||
dnl enables arguments --with-alsa-prefix=
|
||||
|
@ -128,6 +128,8 @@ if test "x$alsa_found" = "xno" ; then
|
|||
CFLAGS="$alsa_save_CFLAGS"
|
||||
LDFLAGS="$alsa_save_LDFLAGS"
|
||||
LIBS="$alsa_save_LIBS"
|
||||
ALSA_CFLAGS=""
|
||||
ALSA_LIBS=""
|
||||
fi
|
||||
|
||||
dnl That should be it. Now just export out symbols:
|
||||
|
|
Loading…
Reference in a new issue