diff options
author | Måns Rullgård <mans@mansr.com> | 2007-02-14 22:12:49 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2007-02-14 22:12:49 +0000 |
commit | afde41b414e27753db7d13621fc96e27040327ba (patch) | |
tree | cf8deecb134623cc7562db72e4bb3dd14dc25a0d /libavformat | |
parent | cc58300e30e7aea6acfecd72a04a3886b285cfd8 (diff) | |
download | ffmpeg-afde41b414e27753db7d13621fc96e27040327ba.tar.gz |
rename video4linux[2] variables to v4l[2], consistent with --disable options
Originally committed as revision 7984 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 1fbfd38a72..aa609a6d1a 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -140,7 +140,7 @@ OBJS-$(CONFIG_LIBNUT_MUXER) += libnut.o riff.o OBJS+= framehook.o -ifeq ($(CONFIG_VIDEO4LINUX),yes) +ifeq ($(CONFIG_V4L),yes) OBJS-$(CONFIG_VIDEO_GRAB_DEVICE_DEMUXER) += grab.o endif |