[FFmpeg-cvslog] lavd: fix building x11grab after a6674d2

Anton Khirnov git at videolan.org
Tue Oct 28 11:29:14 CET 2014


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Tue Oct 28 07:22:00 2014 +0100| [4ad1eba011860224831ce0bb3123f6f55716b68a] | committer: Anton Khirnov

lavd: fix building x11grab after a6674d2

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4ad1eba011860224831ce0bb3123f6f55716b68a
---

 libavdevice/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavdevice/Makefile b/libavdevice/Makefile
index 1f113dd..2a21832 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



More information about the ffmpeg-cvslog mailing list