From a6674d2e7771dbf7a4a5556f5e126be83cadac96 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Sun, 24 Aug 2014 14:18:22 +0200 Subject: xcbgrab: XCB-based screen capture Matches the x11grab screen capture by features. --- libavdevice/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libavdevice/Makefile') 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 -- cgit v1.2.3