diff options
author | Edgard Lima <edgard.lima@indt.org.br> | 2006-03-11 22:50:03 +0000 |
---|---|---|
committer | Edgard Lima <edgard.lima@indt.org.br> | 2006-03-11 22:50:03 +0000 |
commit | c0dbf256833beb2ffddabf284f825ce547ca44e5 (patch) | |
tree | 2251eada52c5b1348423084608f08c71f84ff64b /sys/Makefile.am | |
parent | 87da9d51153dab1d3034a865a2554e4e075f4ccc (diff) | |
download | gst-plugins-bad-c0dbf256833beb2ffddabf284f825ce547ca44e5.tar.gz gst-plugins-bad-c0dbf256833beb2ffddabf284f825ce547ca44e5.tar.bz2 gst-plugins-bad-c0dbf256833beb2ffddabf284f825ce547ca44e5.zip |
V4L2 ported to 0.10.
Original commit message from CVS:
V4L2 ported to 0.10.
Diffstat (limited to 'sys/Makefile.am')
-rw-r--r-- | sys/Makefile.am | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/Makefile.am b/sys/Makefile.am index ad8614a7..4a264965 100644 --- a/sys/Makefile.am +++ b/sys/Makefile.am @@ -10,11 +10,11 @@ # QCAM_DIR= # endif -# if USE_GST_V4L2 -# V4L2_DIR=v4l2 -# else -# V4L2_DIR= -# endif +if USE_GST_V4L2 +V4L2_DIR=v4l2 +else +V4L2_DIR= +endif # if USE_VCD # VCD_DIR=vcd @@ -40,6 +40,6 @@ else XIMAGESRC_DIR= endif -SUBDIRS = $(GL_DIR) $(XIMAGESRC_DIR) +SUBDIRS = $(GL_DIR) $(XIMAGESRC_DIR) $(V4L2_DIR) -DIST_SUBDIRS = glsink ximagesrc +DIST_SUBDIRS = glsink ximagesrc v4l2 |