mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
66cd4c1006
Original commit message from CVS: remove a whole bunch of plugins. This module now contains a set of free reference plugins/elements as agreed.
28 lines
268 B
Makefile
28 lines
268 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 = \
|
|
$(V4L_DIR) \
|
|
$(XIMAGE_DIR) \
|
|
$(XVIMAGE_DIR)
|
|
|
|
DIST_SUBDIRS = \
|
|
v4l \
|
|
ximage \
|
|
xvimage
|
|
|