diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2002-02-04 19:38:10 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2002-02-04 19:38:10 +0000 |
commit | e63e131f8b10f382b3c60a46671d225838572c53 (patch) | |
tree | dd6939e57231ebbeebff3c5a5bb5834b603b6f8d /configure.ac | |
parent | 0673305409ab20b8894513ad3ce05e8b9ef7a45b (diff) | |
download | gstreamer-plugins-bad-e63e131f8b10f382b3c60a46671d225838572c53.tar.gz |
Add the v4lmjpeg plugins to the configure file
Original commit message from CVS:
Add the v4lmjpeg plugins to the configure file
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index acd855ff3..a31db4401 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>]) ]) |