mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
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
This commit is contained in:
parent
19cb895c21
commit
8415cf9c14
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ GST_CHECK_FEATURE(OSS, [OSS audio], osssrc osssink, [
|
||||||
dnl *** QuickCam ***
|
dnl *** QuickCam ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_QCAM, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_QCAM, true)
|
||||||
GST_CHECK_FEATURE(QCAM, [QuickCam], qcamsrc, [
|
GST_CHECK_FEATURE(QCAM, [QuickCam], qcamsrc, [
|
||||||
if test "x$HAVE_CPU_I386" = "xno";
|
if test "x$HAVE_CPU_I386" != "xyes";
|
||||||
then
|
then
|
||||||
HAVE_QCAM="no"
|
HAVE_QCAM="no"
|
||||||
AC_MSG_WARN([QuickCam only works on i386])
|
AC_MSG_WARN([QuickCam only works on i386])
|
||||||
|
|
Loading…
Reference in a new issue