summaryrefslogtreecommitdiff
path: root/libavdevice
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-10-28 07:22:00 +0100
committerAnton Khirnov <anton@khirnov.net>2014-10-28 07:22:00 +0100
commit4ad1eba011860224831ce0bb3123f6f55716b68a (patch)
tree918803244f90025612479aa74a6334984e78e8de /libavdevice
parentce91b2eae6ea52fc1a7003566d26db20ca62d745 (diff)
lavd: fix building x11grab after a6674d2
Diffstat (limited to 'libavdevice')
-rw-r--r--libavdevice/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/Makefile b/libavdevice/Makefile
index 1f113dd432..2a2183288f 100644
--- a/libavdevice/Makefile
+++ b/libavdevice/Makefile
@@ -22,7 +22,7 @@ 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_XLIB_INDEV) += x11grab.o
+OBJS-$(CONFIG_X11GRAB_INDEV) += x11grab.o
OBJS-$(CONFIG_X11GRAB_XCB_INDEV) += xcbgrab.o
# external libraries