diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-02 09:22:06 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-02 09:22:06 +0000 |
commit | f8a32581fa04ce97bddafc42e8a567efffaa61e2 (patch) | |
tree | bd89d910326500e2b9511f339cc5ccbfd3c21a6e /libavdevice | |
parent | 0290074c31fbe3b595e49f9dc144d0b1a5cbeafa (diff) | |
download | ffmpeg-f8a32581fa04ce97bddafc42e8a567efffaa61e2.tar.gz |
Add necessary #includes to pass 'make checkheaders'.
Originally committed as revision 16933 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavdevice')
-rw-r--r-- | libavdevice/alsa-audio.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavdevice/alsa-audio.h b/libavdevice/alsa-audio.h index 91c9560290..2406e8dc19 100644 --- a/libavdevice/alsa-audio.h +++ b/libavdevice/alsa-audio.h @@ -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 */ |