mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
ea9531ab70
Original commit message from CVS: fix build so you can make dist and create rpms
26 lines
255 B
Makefile
26 lines
255 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)
|
|
|
|
DIST_SUBDIRS = \
|
|
ximage \
|
|
xvimage
|
|
|