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 'include/mpc-hc_config.h')
-rw-r--r--include/mpc-hc_config.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/mpc-hc_config.h b/include/mpc-hc_config.h
index aaa2cb7d0..70d152efe 100644
--- a/include/mpc-hc_config.h
+++ b/include/mpc-hc_config.h
@@ -1,6 +1,6 @@
#ifndef ISPP_INVOKED
/*
- * (C) 2013-2015 see Authors.txt
+ * (C) 2013-2016 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -50,4 +50,11 @@
// If this is enabled, the registered LAV Filters can be loaded as internal filters
#define ENABLE_LOAD_EXTERNAL_LAVF_AS_INTERNAL 0
+#define DO_MAKE_STR(x) _T(#x)
+#define MAKE_STR(x) DO_MAKE_STR(x)
+
+#define MPC_DX_SDK_MONTH _T("June")
+#define MPC_DX_SDK_YEAR 2010
+#define MPC_DX_SDK_NUMBER 43
+
#endif // MPC_HC_CONFIG_H