From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 13ED543324 for ; Fri, 1 Jul 2022 21:04:45 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8CA7768B7F8; Sat, 2 Jul 2022 00:04:42 +0300 (EEST) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id CDCE568B1E1 for ; Sat, 2 Jul 2022 00:04:35 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id E834224000A for ; Fri, 1 Jul 2022 21:04:34 +0000 (UTC) Date: Fri, 1 Jul 2022 23:04:33 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220701210433.GX396728@pb2> References: MIME-Version: 1.0 In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH] avfilter: add remap_opencl filter X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: multipart/mixed; boundary="===============4839081268642751532==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============4839081268642751532== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Ne8SEKon5qflbTg/" Content-Disposition: inline --Ne8SEKon5qflbTg/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 30, 2022 at 08:59:53AM +0200, Paul B Mahol wrote: > Updated. > libavfilter/Makefile | 2=20 > libavfilter/allfilters.c | 1=20 > libavfilter/opencl/remap.cl | 69 ++++++++ > libavfilter/opencl_source.h | 1=20 > libavfilter/vf_remap_opencl.c | 362 +++++++++++++++++++++++++++++++++++= +++++++ > libavutil/hwcontext_opencl.c | 5=20 > 6 files changed, 439 insertions(+), 1 deletion(-) > d6ec16b957d70b99edb4afe997ede6c683749ede 0001-avfilter-add-remap-opencl-= filter.patch > From 2b6b653bebec01d9d523102c1bfe2ce4b1be93dd Mon Sep 17 00:00:00 2001 > From: Paul B Mahol > Date: Wed, 29 Jun 2022 19:12:24 +0200 > Subject: [PATCH] avfilter: add remap opencl filter >=20 > Signed-off-by: Paul B Mahol > --- > libavfilter/Makefile | 2 + > libavfilter/allfilters.c | 1 + > libavfilter/opencl/remap.cl | 69 +++++++ > libavfilter/opencl_source.h | 1 + > libavfilter/vf_remap_opencl.c | 362 ++++++++++++++++++++++++++++++++++ > libavutil/hwcontext_opencl.c | 5 +- > 6 files changed, 439 insertions(+), 1 deletion(-) > create mode 100644 libavfilter/opencl/remap.cl > create mode 100644 libavfilter/vf_remap_opencl.c breaks build here (ubuntu x86-64) make CC libavfilter/opencl.o In file included from libavfilter/opencl.h:31:0, from libavfilter/opencl.c:26: =2E/libavutil/hwcontext_opencl.h:25:10: fatal error: CL/cl.h: No such file = or directory #include ^~~~~~~~~ compilation terminated. ffbuild/common.mak:81: recipe for target 'libavfilter/opencl.o' failed make: *** [libavfilter/opencl.o] Error 1 thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB It is dangerous to be right in matters on which the established authorities are wrong. -- Voltaire --Ne8SEKon5qflbTg/ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYr9hWgAKCRBhHseHBAsP q9QoAJ47dBDPPlbrW8IySL0h7M0QTY/aNACgjE5GPJm/4LammIJE7KZx96w2Im4= =MJoc -----END PGP SIGNATURE----- --Ne8SEKon5qflbTg/-- --===============4839081268642751532== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". --===============4839081268642751532==--