Re: [FFmpeg-devel] [PATCH]lavfi/deshake_opencl: Do not use bool

2020-04-01 Thread Carl Eugen Hoyos
Am Mi., 1. Apr. 2020 um 06:47 Uhr schrieb Fu, Linjie : > > Attached patch fixes compilation with opencl for powerpc where bool > > always had a meaning different from other architectures. Other > > work-arounds certainly exist but we usually don't like bool anyway. > > Fixes ticket #8591. > > > >

Re: [FFmpeg-devel] [PATCH]lavfi/deshake_opencl: Do not use bool

2020-03-31 Thread Fu, Linjie
> From: ffmpeg-devel On Behalf Of > Carl Eugen Hoyos > Sent: Wednesday, April 1, 2020 04:26 > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: [FFmpeg-devel] [PATCH]lavfi/deshake_opencl: Do not use bool > > Hi! > > Attached patch fix

[FFmpeg-devel] [PATCH]lavfi/deshake_opencl: Do not use bool

2020-03-31 Thread Carl Eugen Hoyos
Hi! Attached patch fixes compilation with opencl for powerpc where bool always had a meaning different from other architectures. Other work-arounds certainly exist but we usually don't like bool anyway. Fixes ticket #8591. Please comment, Carl Eugen From 3e5e2bf95aaf1e782eba7243e053f0b0d5955699 M