From owner-svn-ports-head@freebsd.org Thu Nov 22 00:08:00 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B8B0110423D; Thu, 22 Nov 2018 00:08:00 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A83257D8CD; Thu, 22 Nov 2018 00:07:59 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8AF0E279A5; Thu, 22 Nov 2018 00:07:59 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAM07xHf069891; Thu, 22 Nov 2018 00:07:59 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAM07xNt069890; Thu, 22 Nov 2018 00:07:59 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201811220007.wAM07xNt069890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Thu, 22 Nov 2018 00:07:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485569 - head/multimedia/libva-intel-hybrid-driver/files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/multimedia/libva-intel-hybrid-driver/files X-SVN-Commit-Revision: 485569 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A83257D8CD X-Spamd-Result: default: False [1.61 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.68)[0.679,0]; NEURAL_SPAM_MEDIUM(0.51)[0.514,0]; NEURAL_SPAM_LONG(0.42)[0.420,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Nov 2018 00:08:00 -0000 Author: jbeich Date: Thu Nov 22 00:07:59 2018 New Revision: 485569 URL: https://svnweb.freebsd.org/changeset/ports/485569 Log: multimedia/libva-intel-hybrid-driver: expand patch comments Modified: head/multimedia/libva-intel-hybrid-driver/files/patch-memalign (contents, props changed) Modified: head/multimedia/libva-intel-hybrid-driver/files/patch-memalign ============================================================================== --- head/multimedia/libva-intel-hybrid-driver/files/patch-memalign Thu Nov 22 00:07:46 2018 (r485568) +++ head/multimedia/libva-intel-hybrid-driver/files/patch-memalign Thu Nov 22 00:07:59 2018 (r485569) @@ -1,5 +1,36 @@ memalign is Linux-specific, so use C11 aligned_alloc instead +In file included from decode_hybrid_vp9.cpp:68: +In file included from ./decode_hybrid_vp9.h:42: +/usr/include/malloc.h:3:2: error: " has been replaced by " +#error " has been replaced by " + ^ + +intel_hybrid_hostvld_vp9.cpp:428:42: error: use of undeclared identifier 'memalign' + (PINTEL_HOSTVLD_VP9_NEIGHBOR)memalign(INTEL_HOSTVLD_VP9_PAGE_SIZE, dwSize); + ^ +intel_hybrid_hostvld_vp9.cpp:433:9: error: use of undeclared identifier 'memalign' + VP9_REALLOCATE_ABOVE_CTX_BUFFER(pFrameInfo->EntropyContextAbove.pu8Buffer, dwSize); + ^ +intel_hybrid_hostvld_vp9.cpp:91:31: note: expanded from macro 'VP9_REALLOCATE_ABOVE_CTX_BUFFER' + pAboveCtxBuffer = (PUINT8)memalign(INTEL_HOSTVLD_VP9_PAGE_SIZE, size); \ + ^ +intel_hybrid_hostvld_vp9.cpp:448:40: error: use of undeclared identifier 'memalign' + pFrameInfo->ModeInfo.pBuffer = memalign(INTEL_HOSTVLD_VP9_PAGE_SIZE, + ^ +intel_hybrid_hostvld_vp9.cpp:457:9: error: use of undeclared identifier 'memalign' + VP9_REALLOCATE_HOSTVLD_1D_BUFFER_UINT8(pFrameState->pLastSegIdBuf, dwSize); + ^ +intel_hybrid_hostvld_vp9.cpp:99:43: note: expanded from macro 'VP9_REALLOCATE_HOSTVLD_1D_BUFFER_UINT8' + (pHostvldBuffer)->pu8Buffer = (PUINT8)memalign(INTEL_HOSTVLD_VP9_PAGE_SIZE, dwBufferSize); \ + ^ +/usr/include/malloc.h:3:2: error: " has been replaced by " +#error " has been replaced by " + ^ +intel_hybrid_debug_dump.cpp:169:20: error: use of undeclared identifier 'memalign' + ptr = (char *)memalign(alignment, tmp_size); + ^ + --- src/vp9hdec/decode_hybrid_vp9.h.orig 2016-09-07 23:36:28 UTC +++ src/vp9hdec/decode_hybrid_vp9.h @@ -39,8 +39,6 @@