[FFmpeg-cvslog] Add pulse_audio_common.h to skipheaders.

Carl Eugen Hoyos git at videolan.org
Wed Oct 9 09:43:11 CEST 2013


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Wed Oct  9 09:39:57 2013 +0200| [f4e85afd99ed1238243988b8473c66cb2721bf1a] | committer: Carl Eugen Hoyos

Add pulse_audio_common.h to skipheaders.

Fixes an error when running make checkheaders.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f4e85afd99ed1238243988b8473c66cb2721bf1a
---

 libavdevice/Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavdevice/Makefile b/libavdevice/Makefile
index a4bdad3..ad959ee 100644
--- a/libavdevice/Makefile
+++ b/libavdevice/Makefile
@@ -49,6 +49,7 @@ OBJS-$(CONFIG_LIBCDIO_INDEV)             += libcdio.o
 OBJS-$(CONFIG_LIBDC1394_INDEV)           += libdc1394.o
 
 SKIPHEADERS-$(CONFIG_DSHOW_INDEV)        += dshow_capture.h
+SKIPHEADERS-$(CONFIG_LIBPULSE)           += pulse_audio_common.h
 SKIPHEADERS-$(CONFIG_V4L2_INDEV)         += v4l2-common.h
 SKIPHEADERS-$(CONFIG_V4L2_OUTDEV)        += v4l2-common.h
 SKIPHEADERS-$(HAVE_ALSA_ASOUNDLIB_H)     += alsa-audio.h



More information about the ffmpeg-cvslog mailing list