diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2014-08-24 14:18:22 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-10-26 08:47:41 +0100 |
commit | a6674d2e7771dbf7a4a5556f5e126be83cadac96 (patch) | |
tree | f36ba16993e2736b682805ab50577556e620dbe9 /libavdevice/Makefile | |
parent | ed6dad3737bf7bb2d5e9fa9511dfdb44806010e8 (diff) | |
download | ffmpeg-streaming-a6674d2e7771dbf7a4a5556f5e126be83cadac96.zip ffmpeg-streaming-a6674d2e7771dbf7a4a5556f5e126be83cadac96.tar.gz |
xcbgrab: XCB-based screen capture
Matches the x11grab screen capture by features.
Diffstat (limited to 'libavdevice/Makefile')
-rw-r--r-- | libavdevice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavdevice/Makefile b/libavdevice/Makefile index 25e126c..1f113dd 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 |