[FFmpeg-cvslog] configure: simplify dependencies for x11_grab_device
Stefano Sabatini
git at videolan.org
Wed Jul 18 17:17:12 CEST 2012
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Jul 15 18:01:23 2012 +0200| [6a314d59d5a165317d8757d2fc31d69569f268e5] | committer: Stefano Sabatini
configure: simplify dependencies for x11_grab_device
XShmCreateImage dependency is implied by x11grab.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6a314d59d5a165317d8757d2fc31d69569f268e5
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 6f12fd2..e268c32 100755
--- a/configure
+++ b/configure
@@ -1708,7 +1708,7 @@ v4l_indev_deps="linux_videodev_h"
v4l2_indev_deps_any="linux_videodev2_h sys_videoio_h"
vfwcap_indev_deps="capCreateCaptureWindow vfwcap_defines"
vfwcap_indev_extralibs="-lavicap32"
-x11_grab_device_indev_deps="x11grab XShmCreateImage"
+x11_grab_device_indev_deps="x11grab"
# protocols
bluray_protocol_deps="libbluray"
More information about the ffmpeg-cvslog
mailing list