[SCM] x265/master: Document why dynamicHDR is disabled

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Wed Apr 26 20:31:35 UTC 2017


The following commit has been merged in the master branch:
commit 20eb4b1218a17f98264eae021d4f3312c758ade0
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Wed Apr 26 22:26:17 2017 +0200

    Document why dynamicHDR is disabled

diff --git a/debian/rules b/debian/rules
index d817c57..ee82fcb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,9 @@ export DEB_LDFLAGS_MAINT_STRIP=-Wl,-Bsymbolic-functions
 # LFS support
 export DEB_CPPFLAGS_MAINT_APPEND=$(shell getconf LFS_CFLAGS)
 
-FLAGS = -DENABLE_PIC=ON
+FLAGS  = -DENABLE_PIC=ON
+# currently fails to build
+# FLAGS += -DENABLE_DYNAMIC_HDR10=ON
 FLAGS_OTHERBIT  = -DENABLE_CLI=OFF
 FLAGS_OTHERBIT += -DENABLE_SHARED=OFF
 FLAGS_OTHERBIT += -DEXPORT_C_API=OFF

-- 
x265 packaging



More information about the pkg-multimedia-commits mailing list