diff options
-rw-r--r-- | contrib/x265/module.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/x265/module.defs b/contrib/x265/module.defs index afe93ece5..0ddc8bbe2 100644 --- a/contrib/x265/module.defs +++ b/contrib/x265/module.defs @@ -22,7 +22,7 @@ endif ifeq (1,$(BUILD.cross)) ifeq (mingw,$(BUILD.system)) - X265.CONFIGURE.extra += -DWIN32=ON -DWINXP_SUPPORT=ON + X265.CONFIGURE.extra += -DWIN32=ON endif X265.CONFIGURE.args.host = -DCMAKE_SYSTEM_NAME="$(X265.CONFIGURE.host)" X265.CONFIGURE.args.build = -DCMAKE_HOST_SYSTEM="$(X265.CONFIGURE.build)" |