OSDN Git Service

Add necessary #includes to pass 'make checkheaders'.
authorDiego Biurrun <diego@biurrun.de>
Mon, 2 Feb 2009 09:22:06 +0000 (09:22 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 2 Feb 2009 09:22:06 +0000 (09:22 +0000)
Originally committed as revision 16933 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavdevice/alsa-audio.h

index 91c9560..2406e8d 100644 (file)
 #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 */