]> git.sesse.net Git - ffmpeg/commitdiff
alsa: add missing header
authorAnton Khirnov <anton@khirnov.net>
Thu, 1 Sep 2011 14:31:02 +0000 (16:31 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 21 Sep 2011 11:51:53 +0000 (13:51 +0200)
Fixes compile with next lavc major.

libavdevice/alsa-audio-common.c

index 126695f7542db676d3ebbfc9016ca708153eaccc..a0662f6d8e12b26df7fa815efafed8813011dce6 100644 (file)
@@ -31,6 +31,7 @@
 #include <alsa/asoundlib.h>
 #include "libavformat/avformat.h"
 #include "libavutil/avassert.h"
+#include "libavutil/audioconvert.h"
 
 #include "alsa-audio.h"