gstreamer/sys/Makefile.am
Tim-Philipp Müller c092981b16 Remove v4l plugin
The old v4l interface has been deprecated for years and even
been removed from the kernel headers. If anyone still needs
this plugin, they can resurrect it in gst-plugins-bad, there's
no reason for it to be in -base.
2011-06-07 20:47:46 +01:00

22 lines
247 B
Makefile

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
include $(top_srcdir)/common/parallel-subdirs.mak