From: David Schleef Date: Sat, 5 Apr 2003 20:09:05 +0000 (+0000) Subject: Fix the QCAM detection. (Correctly, this time.) Should go into 0.6.1 X-Git-Tag: 1.19.3~511^2~15480 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e40ad8814297101c083f4554bfae76f1dce841b2;p=platform%2Fupstream%2Fgstreamer.git Fix the QCAM detection. (Correctly, this time.) Should go into 0.6.1 Original commit message from CVS: Fix the QCAM detection. (Correctly, this time.) Should go into 0.6.1 --- diff --git a/configure.ac b/configure.ac index 1658667793..790ae53bc5 100644 --- a/configure.ac +++ b/configure.ac @@ -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])