oss fix
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 16 Dec 2001 19:09:41 +0000 (19:09 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 16 Dec 2001 19:09:41 +0000 (19:09 +0000)
Original commit message from CVS:

oss fix

configure.ac

index 8c49b94..c24474d 100644 (file)
@@ -556,7 +556,7 @@ GST_CHECK_FEATURE(MPEG2DEC, [mpeg2dec], mpeg2dec, [
 dnl *** OSS audio ***
 translit(dnm, m, l) AM_CONDITIONAL(USE_OSS, true)
 GST_CHECK_FEATURE(OSS, [OSS audio], osssrc osssink, [
-  AC_CHECK_HEADER(sys/soundcard.h)
+  AC_CHECK_HEADER(sys/soundcard.h, HAVE_OSS="yes", HAVE_OSS="no")
 ])
 
 dnl *** quicktime ***