Hi,

The current version of gstreamer-plugins refuses to build the qcam plugin
on non-x86 archs, which causes rpmb to complain about missing file(s) when
building for ppc. I don't see a reason for disabling this plugin, and it
was available on ppc before, so here's a patch to re-enable it.


    Christiaan
--- gst-plugins-0.6.2/configure.ac.bak  2003-08-06 18:41:29.000000000 +0200
+++ gst-plugins-0.6.2/configure.ac      2003-08-06 18:42:21.000000000 +0200
@@ -291,8 +291,8 @@
 GST_CHECK_FEATURE(QCAM, [QuickCam], qcamsrc, [
   if test "x$HAVE_CPU_I386" != "xyes";
   then
-    HAVE_QCAM="no"
-    AC_MSG_WARN([QuickCam only works on i386])
+    HAVE_QCAM="yes"
+    AC_MSG_WARN([upstream says QuickCam only works on i386])
   else
     HAVE_QCAM="yes"
   fi

Reply via email to