gstreamer/sys/Makefile.am
Bastien Nocera 07ba249957 - make the qcam plugin build only only platforms using NASM, ie. x86
Original commit message from CVS:
- make the qcam plugin build only only platforms using NASM, ie. x86
2002-01-17 00:36:01 +00:00

44 lines
489 B
Makefile

### FIXME use HAVE_ stuff to decide on dirs
if USE_OSS
OSS_DIR=oss
else
OSS_DIR=
endif
# FIXME it's broken
# hadess@hadess.net
if HAVE_NASM
QCAM_DIR=qcam
else
QCAM_DIR=
endif
if USE_V4L
V4L_DIR=v4l
else
V4L_DIR=
endif
if USE_VCD
VCD_DIR=vcd
else
VCD_DIR=
endif
if USE_VGA
VGA_DIR=vga
else
VGA_DIR=
endif
if USE_XVIDEO
XVIDEO_DIR=xvideo
else
XVIDEO_DIR=
endif
SUBDIRS=$(OSS_DIR) $(QCAM_DIR) $(V4L_DIR) $(VCD_DIR) \
$(VGA_DIR) $(XVIDEO_DIR)
DIST_SUBDIRS=oss qcam v4l vcd vga xvideo