gstreamer/sys/Makefile.am
Thomas Vander Stichele 66cd4c1006 remove a whole bunch of plugins. This module now contains a set of free reference plugins/elements as agreed.
Original commit message from CVS:
remove a whole bunch of plugins.  This module now contains a set
of free reference plugins/elements as agreed.
2005-02-23 12:45:50 +00:00

29 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