From 0b5d4c7787689fed8c1a06416794851d7a4f2276 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 3 Oct 2006 18:15:58 +0000 Subject: add build stuff for v4l2, needs --enable-experimental until the last bits are resolved Original commit message from CVS: * configure.ac: * sys/Makefile.am: add build stuff for v4l2, needs --enable-experimental until the last bits are resolved --- sys/Makefile.am | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'sys/Makefile.am') diff --git a/sys/Makefile.am b/sys/Makefile.am index 50028bc2..8662114f 100644 --- a/sys/Makefile.am +++ b/sys/Makefile.am @@ -34,11 +34,11 @@ endif # 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 @@ -64,6 +64,6 @@ else XIMAGE_DIR= endif -SUBDIRS=$(OSS_DIR) $(SUNAUDIO_DIR) $(XIMAGE_DIR) +SUBDIRS=$(OSS_DIR) $(SUNAUDIO_DIR) $(V4L2_DIR) $(XIMAGE_DIR) -DIST_SUBDIRS=oss sunaudio ximage +DIST_SUBDIRS=oss sunaudio v4l2 ximage -- cgit