summaryrefslogtreecommitdiff
path: root/libavdevice/Makefile
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2014-08-24 14:18:22 +0200
committerLuca Barbato <lu_zero@gentoo.org>2014-10-26 08:47:41 +0100
commita6674d2e7771dbf7a4a5556f5e126be83cadac96 (patch)
treef36ba16993e2736b682805ab50577556e620dbe9 /libavdevice/Makefile
parented6dad3737bf7bb2d5e9fa9511dfdb44806010e8 (diff)
xcbgrab: XCB-based screen capture
Matches the x11grab screen capture by features.
Diffstat (limited to 'libavdevice/Makefile')
-rw-r--r--libavdevice/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavdevice/Makefile b/libavdevice/Makefile
index 25e126c6b6..1f113dd432 100644
--- a/libavdevice/Makefile
+++ b/libavdevice/Makefile
@@ -22,7 +22,8 @@ OBJS-$(CONFIG_SNDIO_INDEV) += sndio_common.o sndio_dec.o
OBJS-$(CONFIG_SNDIO_OUTDEV) += sndio_common.o sndio_enc.o
OBJS-$(CONFIG_V4L2_INDEV) += v4l2.o
OBJS-$(CONFIG_VFWCAP_INDEV) += vfwcap.o
-OBJS-$(CONFIG_X11GRAB_INDEV) += x11grab.o
+OBJS-$(CONFIG_X11GRAB_XLIB_INDEV) += x11grab.o
+OBJS-$(CONFIG_X11GRAB_XCB_INDEV) += xcbgrab.o
# external libraries
OBJS-$(CONFIG_LIBCDIO_INDEV) += libcdio.o