Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpc-hc/QuicktimeGraph.h')
-rw-r--r--src/mpc-hc/QuicktimeGraph.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mpc-hc/QuicktimeGraph.h b/src/mpc-hc/QuicktimeGraph.h
index 00e48aed8..d2caf14aa 100644
--- a/src/mpc-hc/QuicktimeGraph.h
+++ b/src/mpc-hc/QuicktimeGraph.h
@@ -1,6 +1,6 @@
/*
* (C) 2003-2006 Gabest
- * (C) 2006-2014 see Authors.txt
+ * (C) 2006-2015 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -21,14 +21,12 @@
#pragma once
+#ifndef _WIN64
+
#include "BaseGraph.h"
-#include "AllocatorCommon7.h"
#include "AllocatorCommon.h"
-#ifndef _WIN64
#include "qt/qt.h"
-#endif
-
namespace DSObjects
{
@@ -129,3 +127,4 @@ namespace DSObjects
};
}
+#endif