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:
authorMåns Rullgård <mans@mansr.com>2010-03-07 01:36:36 +0300
committerMåns Rullgård <mans@mansr.com>2010-03-07 01:36:36 +0300
commitc26e58e32cf430f060209e0d6088181f4426b3ce (patch)
tree16425efeac4ce073a483950cbdafe09c4297e6fd /libavdevice
parent5189573c6d31816705cbecaa8e527fcf606ee060 (diff)
Add some missing #includes
Originally committed as revision 22258 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavdevice')
-rw-r--r--libavdevice/alldevices.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavdevice/alldevices.c b/libavdevice/alldevices.c
index 91c062beb4..e7a9a5e6fa 100644
--- a/libavdevice/alldevices.c
+++ b/libavdevice/alldevices.c
@@ -20,6 +20,7 @@
#include "config.h"
#include "libavformat/avformat.h"
+#include "avdevice.h"
#define REGISTER_OUTDEV(X,x) { \
extern AVOutputFormat x##_muxer; \