Skip to content

Commit

Permalink
Allow using externally installed LAV Filters as internal filters when…
Browse files Browse the repository at this point in the history
… our own LAV Filters folder doesn't exist.
  • Loading branch information
clsid2 committed Sep 12, 2018
1 parent 13d5bb4 commit b8c9187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mpc-hc_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#define SHADERS_EXT _T(".hlsl")

// If this is enabled, the registered LAV Filters can be loaded as internal filters
#define ENABLE_LOAD_EXTERNAL_LAVF_AS_INTERNAL 0
#define ENABLE_LOAD_EXTERNAL_LAVF_AS_INTERNAL 1

#define DO_MAKE_STR(x) _T(#x)
#define MAKE_STR(x) DO_MAKE_STR(x)
Expand Down

0 comments on commit b8c9187

Please sign in to comment.