From b6899abd7f5cc2c0762717dd5b363c42ed3c3242 Mon Sep 17 00:00:00 2001 From: darealshinji Date: Sun, 2 Jul 2017 04:10:52 +0200 Subject: [PATCH] x265: website, new header --- src/x265.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/x265.mk b/src/x265.mk index c1367825..5373c60f 100644 --- a/src/x265.mk +++ b/src/x265.mk @@ -1,7 +1,7 @@ -# This file is part of MXE. -# See index.html for further information. +# This file is part of MXE. See LICENSE.md for licensing information. PKG := x265 +$(PKG)_WEBSITE := http://x265.org $(PKG)_IGNORE := $(PKG)_VERSION := 2.4 $(PKG)_CHECKSUM := 9c2aa718d78f6fecdd783f08ab83b98d3169e5f670404da4c16439306907d729 @@ -27,7 +27,7 @@ define $(PKG)_BUILD -DENABLE_SHARED=OFF \ -DENABLE_ASSEMBLY=$(if $(findstring x86_64,$(TARGET)),ON,OFF) \ -DENABLE_CLI=OFF \ - -DWINXP_SUPPORT=ON \ + -DWINXP_SUPPORT=ON \ -DENABLE_DYNAMIC_HDR10=ON \ -DMAIN12=ON $(MAKE) -C '$(BUILD_DIR)/12bit' -j '$(JOBS)'