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 DB8EC43339 for ; Fri, 1 Jul 2022 21:36:55 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4A48668B7F8; Sat, 2 Jul 2022 00:36:52 +0300 (EEST) Received: from mail-yw1-f175.google.com (mail-yw1-f175.google.com [209.85.128.175]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 773AA68B793 for ; Sat, 2 Jul 2022 00:36:46 +0300 (EEST) Received: by mail-yw1-f175.google.com with SMTP id 00721157ae682-31bf3656517so35114447b3.12 for ; Fri, 01 Jul 2022 14:36:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=zqEKRTAAYv6Qx7mPJ+DLlPcjAbvzzPz8VndldsOLHKs=; b=hH5g2kN5ylAlaEOwMemZn0NktGvDy904+yleY1hOGPvDOTMaQXLS7QYs1Up363BOy+ e67DD37CVNT+r0B8qNwVXeMXO7Lg+UdsjrkOpN7feREINTXMmZNINxrYpmygi2rEs0wX YRCr/8ap8xX2hB3/H9+rZgnbx/490lQMTKs9a9RJlT8AKzwM0CPVoR9qnRineD3aCmLh IsxiPAk49jOqfEc7bPZF/6exqeRyGTtz/vlXAq1866b1u0FTzrFYXSfqnUiWYd8lddmb ikVrMR/zxEvvAgIvFUc+MCBMafKl+SIXEI5ZSKDutmpJQiazIKlGKxP84/A+Q7mg1QBW 9kbg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=zqEKRTAAYv6Qx7mPJ+DLlPcjAbvzzPz8VndldsOLHKs=; b=sFrtcnoFYL8xFqlCaibFRZZf/GdSWRoW0mscZSrax6BoBM/2pXkBMK44+fuSYEFMz+ M7ot6Grt8ySn6dtk/CFlh0ajjMO0CAW+81UGRjcbU6enWpDh57GMW1JKnWuRSHrDN7og znTidesy/uKTw+XwK3vtvyoHxCEZowP1X60IOGc+iaLDoPXd3vdJIiLm7cw9CGou3GX4 c8fEtk5Ozt0eCQ04tRjNSq6O/DcyU38OFnTEk6dQk8Mvv8Zqq1AUs1WVToth6S+PAbn8 bz0J6yjUQdzQTt+pSFDMcR5MkDDLFjq0xRdaS6NAWFpzmB1/snck/c0mJpCTQ2QQ6jT3 a6xQ== X-Gm-Message-State: AJIora/bMbQc+yDtt4BRG6oWhMVwI+hidYETI+8jkScNdtqRnkvywChM 3iqVeQGNFlBtvgK0k1BfO6Bai4Y7MRpYqbK399xE8o7BZ2Q= X-Google-Smtp-Source: AGRyM1usqm16ofKAuHRp4+7VV3HAkzIjWkiouFjuq1vaHnHgarAo7ku5dUAXuondgCJjppt4EhN9f1SbDSs9U19M13c= X-Received: by 2002:a81:e81:0:b0:317:ae34:8e78 with SMTP id 123-20020a810e81000000b00317ae348e78mr19048853ywo.40.1656711404946; Fri, 01 Jul 2022 14:36:44 -0700 (PDT) MIME-Version: 1.0 References: <20220701210433.GX396728@pb2> In-Reply-To: <20220701210433.GX396728@pb2> From: Paul B Mahol Date: Fri, 1 Jul 2022 23:39:29 +0200 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 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: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Fri, Jul 1, 2022 at 11:04 PM Michael Niedermayer wrote: > On Thu, Jun 30, 2022 at 08:59:53AM +0200, Paul B Mahol wrote: > > Updated. > > > 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(-) > > 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 > > > > 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: > ./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 > Already spotted and fixed days ago. > > [...] > -- > Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB > > It is dangerous to be right in matters on which the established authorities > are wrong. -- Voltaire > _______________________________________________ > 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". > _______________________________________________ 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".