mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
c092981b16
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.
21 lines
247 B
Makefile
21 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
|