From: Michael Niedermayer <michael@niedermayer.cc> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Subject: Re: [FFmpeg-devel] [PATCH] avfilter: add remap_opencl filter Date: Fri, 1 Jul 2022 23:04:33 +0200 Message-ID: <20220701210433.GX396728@pb2> (raw) In-Reply-To: <CAPYw7P6gAC1y+s+B_7G+RLBKGiDKO=5nPKW+DVN_4zD-QKe6FQ@mail.gmail.com> [-- Attachment #1.1: Type: text/plain, Size: 1876 bytes --] 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 <onemda@gmail.com> > Date: Wed, 29 Jun 2022 19:12:24 +0200 > Subject: [PATCH] avfilter: add remap opencl filter > > Signed-off-by: Paul B Mahol <onemda@gmail.com> > --- > 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 <CL/cl.h> ^~~~~~~~~ compilation terminated. ffbuild/common.mak:81: recipe for target 'libavfilter/opencl.o' failed make: *** [libavfilter/opencl.o] Error 1 thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB It is dangerous to be right in matters on which the established authorities are wrong. -- Voltaire [-- Attachment #1.2: signature.asc --] [-- Type: application/pgp-signature, Size: 195 bytes --] [-- Attachment #2: Type: text/plain, Size: 251 bytes --] _______________________________________________ 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".
next prev parent reply other threads:[~2022-07-01 21:04 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2022-06-29 19:36 Paul B Mahol 2022-06-30 6:59 ` Paul B Mahol 2022-06-30 8:34 ` Anton Khirnov 2022-06-30 8:47 ` Paul B Mahol 2022-07-01 21:04 ` Michael Niedermayer [this message] 2022-07-01 21:39 ` Paul B Mahol 2022-07-02 6:37 ` Paul B Mahol 2022-07-07 13:18 ` Paul B Mahol
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20220701210433.GX396728@pb2 \ --to=michael@niedermayer.cc \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git