Fix the QCAM detection. (Correctly, this time.) Should go into 0.6.1
authorDavid Schleef <ds@schleef.org>
Sat, 5 Apr 2003 20:09:05 +0000 (20:09 +0000)
committerDavid Schleef <ds@schleef.org>
Sat, 5 Apr 2003 20:09:05 +0000 (20:09 +0000)
Original commit message from CVS:
Fix the QCAM detection.  (Correctly, this time.)  Should go into 0.6.1

configure.ac

index 1658667..790ae53 100644 (file)
@@ -279,7 +279,7 @@ GST_CHECK_FEATURE(OSS, [OSS audio], osssrc osssink, [
 dnl *** QuickCam ***
 translit(dnm, m, l) AM_CONDITIONAL(USE_QCAM, true)
 GST_CHECK_FEATURE(QCAM, [QuickCam], qcamsrc, [
-  if test "x$HAVE_CPU_I386" = "xno";
+  if test "x$HAVE_CPU_I386" != "xyes";
   then
     HAVE_QCAM="no"
     AC_MSG_WARN([QuickCam only works on i386])