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:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-01-28 22:30:55 +0400
committerUnderground78 <underground78@users.sourceforge.net>2013-02-13 02:45:09 +0400
commit1d83ffa012dae3bda954e95b5a9cdf4176c4e95d (patch)
treed65218767697d63a54f77290ffa11201a2b84dd8 /include
parentcf2e54265644a24c91671331a566b2c6f2651333 (diff)
move USE_MEDIAINFO_STATIC and DISABLE_MINIDUMP to mpc-hc_config.h
Diffstat (limited to 'include')
-rw-r--r--include/mpc-hc_config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/mpc-hc_config.h b/include/mpc-hc_config.h
index 5ee4500a2..e9e1d183f 100644
--- a/include/mpc-hc_config.h
+++ b/include/mpc-hc_config.h
@@ -40,4 +40,11 @@
#define USE_UNRAR_STATIC
+#ifndef MPCHC_LITE
+#define USE_MEDIAINFO_STATIC
+#endif
+
+// If you distribute your builds, please disable minidumps by defining DISABLE_MINIDUMP.
+//#define DISABLE_MINIDUMP
+
#endif // MPC_HC_CONFIG_H