[FFmpeg-devel] [PATCH] lavfi: add a gitignore file for OpenCL compiled kernels

Rostislav Pehlivanov atomnuker at gmail.com
Wed Feb 7 13:26:42 EET 2018


On 7 February 2018 at 11:09, Mark Thompson <sw at jkqxz.net> wrote:

> On 07/02/18 10:46, Mark Thompson wrote:
> > On 05/02/18 11:06, Rostislav Pehlivanov wrote:
> >> Signed-off-by: Rostislav Pehlivanov <atomnuker at gmail.com>
> >> ---
> >>  libavfilter/opencl/.gitignore | 1 +
> >>  1 file changed, 1 insertion(+)
> >>  create mode 100644 libavfilter/opencl/.gitignore
> >>
> >> diff --git a/libavfilter/opencl/.gitignore b/libavfilter/opencl/.
> gitignore
> >> new file mode 100644
> >> index 0000000000..064a8d8ef5
> >> --- /dev/null
> >> +++ b/libavfilter/opencl/.gitignore
> >> @@ -0,0 +1 @@
> >> +*.c
> >>
> >
> > How did you end up with .c files here?  The generated files should only
> be in the build directory.
>
> Sorry, in-tree builds are possible.
>
> Patch LGTM.
>
> - Mark
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>

Thanks, pushed


More information about the ffmpeg-devel mailing list