diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-07-21 21:28:54 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-07-28 02:02:19 +0200 |
commit | 24f8961f93f89746ef5478edd56f8df534939ccf (patch) | |
tree | 6814d1ef47e19935dadc420baf764b7ac78fd063 /configure | |
parent | 755834e94f46eb1c0cdba28cccf2475ecec3662b (diff) | |
download | ffmpeg-24f8961f93f89746ef5478edd56f8df534939ccf.tar.gz |
x11grab: cosmetics: consistent naming for x11grab-related things
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1545,7 +1545,7 @@ sndio_outdev_deps="sndio_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" +x11grab_indev_deps="x11grab XShmCreateImage" # protocols ffrtmpcrypt_protocol_deps="!librtmp_protocol" |