[FFmpeg-cvslog] lavfi: Add infrastructure for building OpenCL source into libavfilter

Carl Eugen Hoyos ceffmpeg at gmail.com
Thu Nov 23 01:28:04 EET 2017


2017-11-23 0:22 GMT+01:00 Mark Thompson <git at videolan.org>:
> ffmpeg | branch: master | Mark Thompson <sw at jkqxz.net> | Sun Sep 10 21:53:35 2017 +0100| [59d6529333c4550701401d59d67b60454b164b1f] | committer: Mark Thompson
>
> lavfi: Add infrastructure for building OpenCL source into libavfilter
>
>> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=59d6529333c4550701401d59d67b60454b164b1f

> diff --git a/tools/cl2c b/tools/cl2c
> new file mode 100755
> index 0000000000..1ead940811
> --- /dev/null
> +++ b/tools/cl2c
> @@ -0,0 +1,20 @@
> +#!/bin/sh
> +# Convert an OpenCL source file into a C source file containing the
> +# OpenCL source as a C string.  Also adds a #line directive so that
> +# compiler messages are useful.
> +

Don't we need a license header to make distributions and fate happy?

Carl Eugen


More information about the ffmpeg-cvslog mailing list