mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
unforming dir names
Original commit message from CVS: unforming dir names
This commit is contained in:
parent
7595231037
commit
476c37eb45
1 changed files with 15 additions and 3 deletions
|
@ -1,5 +1,17 @@
|
|||
### use HAVE_ stuff to decide on dirs
|
||||
DIRS=qcam v4l vcdsrc vgasink xvideosink
|
||||
### FIXME use HAVE_ stuff to decide on dirs
|
||||
if USE_VGA
|
||||
VGA_SUBDS=vga
|
||||
else
|
||||
VGA_SUBDS=
|
||||
endif
|
||||
|
||||
DIST_SUBDIRS=qcam v4l vcdsrc vgasink xvideosink
|
||||
if USE_OSS
|
||||
OSS_SUBDS=oss
|
||||
else
|
||||
OSS_SUBDS=
|
||||
endif
|
||||
|
||||
SUBDIRS=$(OSS_SUBDS) qcam v4l vcd $(VGA_SUBDS) xvideo
|
||||
|
||||
DIST_SUBDIRS=oss qcam v4l vcd vga xvideo
|
||||
|
||||
|
|
Loading…
Reference in a new issue