Commit f8a32581 authored by Diego Biurrun's avatar Diego Biurrun

Add necessary #includes to pass 'make checkheaders'.

Originally committed as revision 16933 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0290074c
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment