summaryrefslogtreecommitdiff
path: root/libavdevice/dshow.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-26 19:11:25 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-27 12:15:09 +0200
commit6b899e16de94c05203008d969523a642147a5e4b (patch)
tree68515f5c972c223d751da13231c92322341f3e0b /libavdevice/dshow.h
parente48993e3cf532a1713562a147c244b267f5ab713 (diff)
lavdev: prefer the inclusion of avdevice.h over that of libavformat/avformat.h
Diffstat (limited to 'libavdevice/dshow.h')
-rw-r--r--libavdevice/dshow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/dshow.h b/libavdevice/dshow.h
index c991c02ecb..4e79680d98 100644
--- a/libavdevice/dshow.h
+++ b/libavdevice/dshow.h
@@ -21,7 +21,7 @@
#define DSHOWDEBUG 0
-#include "libavformat/avformat.h"
+#include "avdevice.h"
#define COBJMACROS
#include <windows.h>