summaryrefslogtreecommitdiffstats
path: root/loader/dshow/DS_VideoDecoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/dshow/DS_VideoDecoder.c')
-rw-r--r--loader/dshow/DS_VideoDecoder.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/loader/dshow/DS_VideoDecoder.c b/loader/dshow/DS_VideoDecoder.c
index 4f5a8b7a79..99c6770a99 100644
--- a/loader/dshow/DS_VideoDecoder.c
+++ b/loader/dshow/DS_VideoDecoder.c
@@ -8,12 +8,7 @@
#include "guids.h"
#include "interfaces.h"
#include "registry.h"
-
-#ifndef NOAVIFILE_HEADERS
-#include "videodecoder.h"
-#else
#include "libwin32.h"
-#endif
#include "DS_Filter.h"
struct _DS_VideoDecoder
@@ -40,12 +35,6 @@ static SampleProcUserData sampleProcData;
#include "../ldt_keeper.h"
#endif
-#ifndef NOAVIFILE_HEADERS
-#define VFW_E_NOT_RUNNING 0x80040226
-#include "fourcc.h"
-#include "except.h"
-#endif
-
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>