summaryrefslogtreecommitdiff
path: root/libavdevice
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-06 22:36:36 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-06 22:36:36 +0000
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; \