mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
Added conditional for cdrom, someone needs to write a configure check to make this work
Original commit message from CVS: Added conditional for cdrom, someone needs to write a configure check to make this work
This commit is contained in:
parent
0dc6c45c6b
commit
f46e5158bd
1 changed files with 8 additions and 2 deletions
|
@ -40,8 +40,14 @@ else
|
||||||
XVIDEO_DIR=
|
XVIDEO_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if USE_CDROM
|
||||||
|
CDROM_DIR=cdrom
|
||||||
|
else
|
||||||
|
CDROM_DIR=
|
||||||
|
endif
|
||||||
|
|
||||||
SUBDIRS=$(DXR3_DIR) $(OSS_DIR) $(QCAM_DIR) $(V4L_DIR) $(VCD_DIR) \
|
SUBDIRS=$(DXR3_DIR) $(OSS_DIR) $(QCAM_DIR) $(V4L_DIR) $(VCD_DIR) \
|
||||||
$(VGA_DIR) $(XVIDEO_DIR)
|
$(VGA_DIR) $(XVIDEO_DIR) $(CDROM_DIR)
|
||||||
|
|
||||||
DIST_SUBDIRS=dxr3 oss qcam v4l vcd vga xvideo videosink
|
DIST_SUBDIRS=dxr3 oss qcam v4l vcd vga xvideo videosink cdrom
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue