summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2002-02-04 19:38:10 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2002-02-04 19:38:10 +0000
commitbdcd542f5ad42280acae915f6898d71033e023b7 (patch)
treef83ac0610824a8583305a64252e0309b301afab6
parent145753408e406af4df8a68360c4bf0638e849e89 (diff)
Add the v4lmjpeg plugins to the configure file
Original commit message from CVS: Add the v4lmjpeg plugins to the configure file
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index acd855ff..a31db440 100644
--- a/configure.ac
+++ b/configure.ac
@@ -252,7 +252,7 @@ dnl this one is for hadess, no qcam when no nasm found
dnl *** Video 4 Linux ***
translit(dnm, m, l) AM_CONDITIONAL(USE_V4L, true)
-GST_CHECK_FEATURE(V4L, [Video 4 Linux], v4lsrc, [
+GST_CHECK_FEATURE(V4L, [Video 4 Linux], v4lsrc v4lmjpegsrc v4lmjpegsink, [
AC_CHECK_DECL(VID_TYPE_MPEG_ENCODER, HAVE_V4L="yes", HAVE_V4L="no", [#include <linux/videodev.h>])
])