[FFmpeg-cvslog] lavd/dshow: fix make checkheaders.
Clément Bœsch
git at videolan.org
Fri May 18 23:44:49 CEST 2012
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Wed May 9 08:14:44 2012 +0200| [cb9aed10f714ec9c5df646af58b982b2c17ad713] | committer: Clément Bœsch
lavd/dshow: fix make checkheaders.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cb9aed10f714ec9c5df646af58b982b2c17ad713
---
libavdevice/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavdevice/Makefile b/libavdevice/Makefile
index 8544179..94da355 100644
--- a/libavdevice/Makefile
+++ b/libavdevice/Makefile
@@ -38,6 +38,7 @@ OBJS-$(CONFIG_X11_GRAB_DEVICE_INDEV) += x11grab.o
OBJS-$(CONFIG_LIBCDIO_INDEV) += libcdio.o
OBJS-$(CONFIG_LIBDC1394_INDEV) += libdc1394.o
+SKIPHEADERS-$(CONFIG_DSHOW_INDEV) += dshow.h
SKIPHEADERS-$(HAVE_ALSA_ASOUNDLIB_H) += alsa-audio.h
SKIPHEADERS-$(HAVE_SNDIO_H) += sndio_common.h
More information about the ffmpeg-cvslog
mailing list