> From: ffmpeg-devel <ffmpeg-devel-boun...@ffmpeg.org> On Behalf Of > Carl Eugen Hoyos > Sent: Wednesday, April 1, 2020 04:26 > To: FFmpeg development discussions and patches <ffmpeg- > de...@ffmpeg.org> > Subject: [FFmpeg-devel] [PATCH]lavfi/deshake_opencl: Do not use bool > > 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
Looks reasonable, and verified on ppc64 with make V=1 libavfilter/vf_deshake_opencl.o , the compile errors of "incompatible types when assigning to type ‘__vector __bool int’ from type ‘int’ " are gone after applying this patch. - Linjie _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".