diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-26 19:11:25 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-27 12:15:09 +0200 |
commit | 6b899e16de94c05203008d969523a642147a5e4b (patch) | |
tree | 68515f5c972c223d751da13231c92322341f3e0b /libavdevice/alldevices.c | |
parent | e48993e3cf532a1713562a147c244b267f5ab713 (diff) | |
download | ffmpeg-6b899e16de94c05203008d969523a642147a5e4b.tar.gz |
lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.h
Diffstat (limited to 'libavdevice/alldevices.c')
-rw-r--r-- | libavdevice/alldevices.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavdevice/alldevices.c b/libavdevice/alldevices.c index fad7758944..3021f08bda 100644 --- a/libavdevice/alldevices.c +++ b/libavdevice/alldevices.c @@ -19,7 +19,6 @@ */ #include "config.h" -#include "libavformat/avformat.h" #include "avdevice.h" #define REGISTER_OUTDEV(X,x) { \ |