summaryrefslogtreecommitdiffstats
path: root/src/x265.mk
diff options
context:
space:
mode:
authordarealshinji <djcj@gmx.de>2017-07-02 02:10:52 (GMT)
committerGitHub <noreply@github.com>2017-07-02 02:10:52 (GMT)
commitb6899abd7f5cc2c0762717dd5b363c42ed3c3242 (patch)
tree3a013a83c4124a311c7458da9858b1787a91c354 /src/x265.mk
parenta6731b852730369f04d826519bf04e146c9e1b6a (diff)
downloadmxe-b6899abd7f5cc2c0762717dd5b363c42ed3c3242.zip
mxe-b6899abd7f5cc2c0762717dd5b363c42ed3c3242.tar.gz
mxe-b6899abd7f5cc2c0762717dd5b363c42ed3c3242.tar.bz2
x265: website, new header
Diffstat (limited to 'src/x265.mk')
-rw-r--r--src/x265.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/x265.mk b/src/x265.mk
index c136782..5373c60 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)'