[FFmpeg-cvslog] lavd: Fix make checkheaders
James Almer
git at videolan.org
Sun Aug 11 00:49:36 CEST 2013
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sat Aug 10 18:47:23 2013 -0300| [214293b1433d4575103100a67aecd2ed164e3ac1] | committer: Michael Niedermayer
lavd: Fix make checkheaders
Signed-off-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=214293b1433d4575103100a67aecd2ed164e3ac1
---
libavdevice/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavdevice/Makefile b/libavdevice/Makefile
index 1c6a463..424ce98 100644
--- a/libavdevice/Makefile
+++ b/libavdevice/Makefile
@@ -46,6 +46,8 @@ OBJS-$(CONFIG_LIBCDIO_INDEV) += libcdio.o
OBJS-$(CONFIG_LIBDC1394_INDEV) += libdc1394.o
SKIPHEADERS-$(CONFIG_DSHOW_INDEV) += dshow_capture.h
+SKIPHEADERS-$(CONFIG_V4L2_INDEV) += v4l2-common.h
+SKIPHEADERS-$(CONFIG_V4L2_OUTDEV) += v4l2-common.h
SKIPHEADERS-$(HAVE_ALSA_ASOUNDLIB_H) += alsa-audio.h
SKIPHEADERS-$(HAVE_SNDIO_H) += sndio_common.h
More information about the ffmpeg-cvslog
mailing list