diff options
Diffstat (limited to 'make/include/main.defs')
-rw-r--r-- | make/include/main.defs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/make/include/main.defs b/make/include/main.defs index eaf2d72d6..5a5118e60 100644 --- a/make/include/main.defs +++ b/make/include/main.defs @@ -52,14 +52,6 @@ MODULES += contrib/libdvdread MODULES += contrib/libdvdnav MODULES += contrib/libbluray -ifneq (,$(filter $(BUILD.system),mingw)) -ifneq ($(HAS.pthread),1) -ifneq ($(HAS.pthreadGC2),1) - MODULES += contrib/pthreadw32 -endif -endif -endif - ifeq (1,$(FEATURE.qsv)) MODULES += contrib/libmfx endif |