mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
applied taaz's virtual patch
Original commit message from CVS: applied taaz's virtual patch
This commit is contained in:
parent
f04c0de291
commit
4c3086096c
1 changed files with 14 additions and 14 deletions
|
@ -1,42 +1,42 @@
|
||||||
### FIXME use HAVE_ stuff to decide on dirs
|
### FIXME use HAVE_ stuff to decide on dirs
|
||||||
if USE_OSS
|
if USE_OSS
|
||||||
OSS_SUBDS=oss
|
OSS_DIR=oss
|
||||||
else
|
else
|
||||||
OSS_SUBDS=
|
OSS_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_QCAM
|
if USE_QCAM
|
||||||
QCAM_SUBDS=qcam
|
QCAM_DIR=qcam
|
||||||
else
|
else
|
||||||
QCAM_SUBDS=
|
QCAM_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_V4L
|
if USE_V4L
|
||||||
V4L_SUBDS=v4l
|
V4L_DIR=v4l
|
||||||
else
|
else
|
||||||
V4L_SUBDS=
|
V4L_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_VCD
|
if USE_VCD
|
||||||
VCD_SUBDS=vcd
|
VCD_DIR=vcd
|
||||||
else
|
else
|
||||||
VCD_SUBDS=
|
VCD_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_VGA
|
if USE_VGA
|
||||||
VGA_SUBDS=vga
|
VGA_DIR=vga
|
||||||
else
|
else
|
||||||
VGA_SUBDS=
|
VGA_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if USE_XVIDEO
|
if USE_XVIDEO
|
||||||
XVIDEO_SUBDS=xvideo
|
XVIDEO_DIR=xvideo
|
||||||
else
|
else
|
||||||
XVIDEO_SUBDS=
|
XVIDEO_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS=$(OSS_SUBDS) $(QCAM_SUBDS) $(V4L_SUBDS) $(VCD_SUBDS) \
|
SUBDIRS=$(OSS_DIR) $(QCAM_DIR) $(V4L_DIR) $(VCD_DIR) \
|
||||||
$(VGA_SUBDS) $(XVIDEO_SUBDS)
|
$(VGA_DIR) $(XVIDEO_DIR)
|
||||||
|
|
||||||
DIST_SUBDIRS=oss qcam v4l vcd vga xvideo
|
DIST_SUBDIRS=oss qcam v4l vcd vga xvideo
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue