gstreamer/sys/Makefile.am
Andy Wingo 02c883d5b5 dont go into v4l for now
Original commit message from CVS:
dont go into v4l for now
2005-07-05 15:01:39 +00:00

30 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