summaryrefslogtreecommitdiff
path: root/libavdevice/dshow_filter.c
diff options
context:
space:
mode:
authorKyle <kshawkeye@gmail.com>2012-05-24 13:59:33 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-05-24 14:15:10 +0200
commit02cc66dd78d929690df9f5db5ba6c0c825bdc267 (patch)
tree943ced9edc890ea3cde765dc9aa60bd069c3e634 /libavdevice/dshow_filter.c
parent2f6c5894f476c74551071259e79a11ec88513cf9 (diff)
downloadffmpeg-02cc66dd78d929690df9f5db5ba6c0c825bdc267.tar.gz
dshow: rename dshow.h to avoid conflict with system header of equal name
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavdevice/dshow_filter.c')
-rw-r--r--libavdevice/dshow_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/dshow_filter.c b/libavdevice/dshow_filter.c
index 526e8b6e68..46d7eb0a54 100644
--- a/libavdevice/dshow_filter.c
+++ b/libavdevice/dshow_filter.c
@@ -20,7 +20,7 @@
*/
#define NO_DSHOW_STRSAFE
-#include "dshow.h"
+#include "dshow_capture.h"
DECLARE_QUERYINTERFACE(libAVFilter,
{ {&IID_IUnknown,0}, {&IID_IBaseFilter,0} })