diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-07-27 11:31:49 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-07-29 19:03:10 +0200 |
commit | 5ed4644d6de7f6112431dc2d9a5cfe9a0a75a688 (patch) | |
tree | 5dcfbcee4cfe57cfa7d06a7b28027737b92f5680 /libavdevice/Makefile | |
parent | 4fef648d10bf3bcfd4b8fa5755c1128966a2427c (diff) | |
download | ffmpeg-streaming-5ed4644d6de7f6112431dc2d9a5cfe9a0a75a688.zip ffmpeg-streaming-5ed4644d6de7f6112431dc2d9a5cfe9a0a75a688.tar.gz |
x11grab: Rename internal component to "xcbgrab"
Diffstat (limited to 'libavdevice/Makefile')
-rw-r--r-- | libavdevice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/Makefile b/libavdevice/Makefile index a4c96ef..5bb1d3f 100644 --- a/libavdevice/Makefile +++ b/libavdevice/Makefile @@ -23,7 +23,7 @@ OBJS-$(CONFIG_SNDIO_INDEV) += sndio_dec.o sndio.o OBJS-$(CONFIG_SNDIO_OUTDEV) += sndio_enc.o sndio.o OBJS-$(CONFIG_V4L2_INDEV) += v4l2.o OBJS-$(CONFIG_VFWCAP_INDEV) += vfwcap.o -OBJS-$(CONFIG_X11GRAB_XCB_INDEV) += xcbgrab.o +OBJS-$(CONFIG_XCBGRAB_INDEV) += xcbgrab.o # external libraries OBJS-$(CONFIG_LIBCDIO_INDEV) += libcdio.o |