gstreamer/sys/Makefile.am
Andy Wingo 25d9545cf3 sys/v4l/: Port from 0.8.
Original commit message from CVS:
2005-07-05  Andy Wingo  <wingo@pobox.com>

* sys/v4l/: Port from 0.8.
2005-07-05 14:54:19 +00:00

28 lines
268 B
Makefile

if USE_GST_V4L
V4L_DIR=v4l
else
V4L_DIR=
endif
if USE_X
XIMAGE_DIR=ximage
else
XIMAGE_DIR=
endif
if USE_XVIDEO
XVIMAGE_DIR=xvimage
else
XVIMAGE_DIR=
endif
SUBDIRS = \
$(XIMAGE_DIR) \
$(XVIMAGE_DIR) \
$(V4L_DIR)
DIST_SUBDIRS = \
v4l \
ximage \
xvimage