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:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-26 21:11:25 +0400
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-27 14:15:09 +0400
commit6b899e16de94c05203008d969523a642147a5e4b (patch)
tree68515f5c972c223d751da13231c92322341f3e0b /libavdevice/x11grab.c
parente48993e3cf532a1713562a147c244b267f5ab713 (diff)
lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.h
Diffstat (limited to 'libavdevice/x11grab.c')
-rw-r--r--libavdevice/x11grab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/x11grab.c b/libavdevice/x11grab.c
index 090af4930f..a41e11ab57 100644
--- a/libavdevice/x11grab.c
+++ b/libavdevice/x11grab.c
@@ -36,7 +36,6 @@
*/
#include "config.h"
-#include "libavformat/avformat.h"
#include <time.h>
#include <X11/X.h>
#include <X11/Xlib.h>
@@ -46,6 +45,7 @@
#include <sys/shm.h>
#include <X11/extensions/XShm.h>
#include <X11/extensions/Xfixes.h>
+#include "avdevice.h"
/**
* X11 Device Demuxer context