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 /libavdevice/Makefile | |
parent | 755834e94f46eb1c0cdba28cccf2475ecec3662b (diff) | |
download | ffmpeg-24f8961f93f89746ef5478edd56f8df534939ccf.tar.gz |
x11grab: cosmetics: consistent naming for x11grab-related things
Diffstat (limited to 'libavdevice/Makefile')
-rw-r--r-- | libavdevice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/Makefile b/libavdevice/Makefile index 7f142176e6..76d11c1f1c 100644 --- a/libavdevice/Makefile +++ b/libavdevice/Makefile @@ -23,7 +23,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_X11_GRAB_DEVICE_INDEV) += x11grab.o +OBJS-$(CONFIG_X11GRAB_INDEV) += x11grab.o # external libraries OBJS-$(CONFIG_LIBCDIO_INDEV) += libcdio.o |