Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2015-04-08 18:27:42 +0300
committerDiego Biurrun <diego@biurrun.de>2015-04-09 17:40:12 +0300
commitc201069fac9a76e6604f9d84d76a172434d62200 (patch)
treea01d35dac44bbe040ab0f12639e90ae0af7024d4 /libavdevice/alsa-audio-enc.c
parent27852f2f1dec3749ea79883b70484c841169f747 (diff)
avdevice: Add missing header for NULL_IF_CONFIG_SMALL
Also reshuffle headers into canonical order where appropriate.
Diffstat (limited to 'libavdevice/alsa-audio-enc.c')
-rw-r--r--libavdevice/alsa-audio-enc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavdevice/alsa-audio-enc.c b/libavdevice/alsa-audio-enc.c
index bb4575fa02..db4f5e426f 100644
--- a/libavdevice/alsa-audio-enc.c
+++ b/libavdevice/alsa-audio-enc.c
@@ -38,6 +38,9 @@
*/
#include <alsa/asoundlib.h>
+
+#include "libavutil/internal.h"
+
#include "libavformat/avformat.h"
#include "alsa-audio.h"