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:
authorUnderground78 <underground78@users.sourceforge.net>2013-04-16 23:18:00 +0400
committerUnderground78 <underground78@users.sourceforge.net>2013-06-29 15:21:26 +0400
commitfc462fbc8de80d75e0fc8ac9d1d03ba907385d57 (patch)
tree3206739a0e481b000fe251e2e4365252fb0a4768 /include
parent27083c7787fe23b1b394e37e839c16636c6a8a66 (diff)
Internal LAVFilters: Give more flexibility for the path from where to load the filters.
If a "LAVFilters" folder exists together with the executable, it will always be preferred. However if the filters aren't available in that folder but are registered on the computer, they will be loaded from the registered path if that option was enabled on compile time. This option is disabled by default.
Diffstat (limited to 'include')
-rw-r--r--include/mpc-hc_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mpc-hc_config.h b/include/mpc-hc_config.h
index 91958cad5..409de70f9 100644
--- a/include/mpc-hc_config.h
+++ b/include/mpc-hc_config.h
@@ -47,4 +47,7 @@
// If you distribute your builds, please disable minidumps by defining ENABLE_MINIDUMP 0.
#define ENABLE_MINIDUMP 1
+// If this is enabled, the registered LAV Filters can be loaded as internal filters
+#define ENABLE_LOAD_EXTERNAL_LAVF_AS_INTERNAL 0
+
#endif // MPC_HC_CONFIG_H