From: Ronald S. Bultje Date: Mon, 4 Feb 2002 19:38:10 +0000 (+0000) Subject: Add the v4lmjpeg plugins to the configure file X-Git-Tag: BRANCH-EVENTS2-ROOT~99 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b9b6b9fc10aa6216d03c38cc0fc0b66ea5a0b414;p=platform%2Fupstream%2Fgst-plugins-base.git Add the v4lmjpeg plugins to the configure file Original commit message from CVS: Add the v4lmjpeg plugins to the configure file --- diff --git a/configure.ac b/configure.ac index acd855f..a31db44 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 ]) ])