mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
fixes (hopefully) compilation errors where alsa is not present -- let me know if this does not work.
Original commit message from CVS: fixes (hopefully) compilation errors where alsa is not present -- let me know if this does not work.
This commit is contained in:
parent
07d52eef34
commit
43c70c0889
1 changed files with 5 additions and 5 deletions
|
@ -307,13 +307,13 @@ GST_CHECK_FEATURE(LIBXMMS, [xmms plugin], xmms, [
|
||||||
|
|
||||||
dnl Check for alsa
|
dnl Check for alsa
|
||||||
GST_CHECK_FEATURE(ALSA, [alsa plugins], gstalsa, [
|
GST_CHECK_FEATURE(ALSA, [alsa plugins], gstalsa, [
|
||||||
HAVE_ALSA=yes
|
|
||||||
AM_PATH_ALSA(0.9.0, HAVE_ALSA=yes, HAVE_ALSA=no)
|
AM_PATH_ALSA(0.9.0, HAVE_ALSA=yes, HAVE_ALSA=no)
|
||||||
if test x$HAVE_ALSA = xno; then
|
|
||||||
ALSA_CFLAGS=
|
|
||||||
ALSA_LIBS=
|
|
||||||
fi
|
|
||||||
])
|
])
|
||||||
|
if test x$HAVE_ALSA = xno; then
|
||||||
|
unset USE_ALSA
|
||||||
|
ALSA_CFLAGS=
|
||||||
|
ALSA_LIBS=
|
||||||
|
fi
|
||||||
|
|
||||||
dnl Check for libaudiofile
|
dnl Check for libaudiofile
|
||||||
GST_CHECK_FEATURE(LIBAUDIOFILE, [use gdk pixbuf], afsink afsrc, [
|
GST_CHECK_FEATURE(LIBAUDIOFILE, [use gdk pixbuf], afsink afsrc, [
|
||||||
|
|
Loading…
Reference in a new issue