OSDN Git Service

LinGui: don't disable subme 10 when psy-rd is 0
[handbrake-jp/handbrake-jp-git.git] / make / include / main.defs
index 4226854..9089166 100644 (file)
@@ -34,9 +34,9 @@ ifneq (,$(filter $(BUILD.system),mingw))
 endif
 
 MODULES += contrib/x264
-MODULES += contrib/xvidcore
 
 ifneq (,$(filter $(BUILD.system),cygwin mingw))
+    MODULES += contrib/libiconv
     MODULES += contrib/zlib
 endif
 
@@ -65,6 +65,7 @@ endif
 ###############################################################################
 
 MODULES += doc
+MODULES += pkg
 
 ###############################################################################