[FFmpeg-cvslog] r16933 - trunk/libavdevice/alsa-audio.h
diego
subversion
Mon Feb 2 10:22:06 CET 2009
Author: diego
Date: Mon Feb 2 10:22:06 2009
New Revision: 16933
Log:
Add necessary #includes to pass 'make checkheaders'.
Modified:
trunk/libavdevice/alsa-audio.h
Modified: trunk/libavdevice/alsa-audio.h
==============================================================================
--- trunk/libavdevice/alsa-audio.h Mon Feb 2 05:40:57 2009 (r16932)
+++ trunk/libavdevice/alsa-audio.h Mon Feb 2 10:22:06 2009 (r16933)
@@ -30,6 +30,10 @@
#ifndef AVDEVICE_ALSA_AUDIO_H
#define AVDEVICE_ALSA_AUDIO_H
+#include <alsa/asoundlib.h>
+#include "config.h"
+#include "libavformat/avformat.h"
+
/* XXX: we make the assumption that the soundcard accepts this format */
/* XXX: find better solution with "preinit" method, needed also in
other formats */
More information about the ffmpeg-cvslog
mailing list