diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-07-15 18:01:23 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-07-18 17:13:34 +0200 |
commit | 6a314d59d5a165317d8757d2fc31d69569f268e5 (patch) | |
tree | 77305ada970a3d49efbdb23400d48f028794fd3d /configure | |
parent | 0cc9077a8715424a46123d6aa34227c9fd7097bc (diff) | |
download | ffmpeg-6a314d59d5a165317d8757d2fc31d69569f268e5.tar.gz |
configure: simplify dependencies for x11_grab_device
XShmCreateImage dependency is implied by x11grab.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |