Re: [FFmpeg-devel] [PATCH 1/2] lavc/v4l2: Remove use of lfind()

2017-10-04 Thread wm4
On Tue, 3 Oct 2017 21:08:13 +0100 Mark Thompson wrote: > This is not present in older bionic and therefore fails to build there, > and the code is much simpler without it anyway. > --- +1 ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ff

[FFmpeg-devel] [PATCH 1/2] lavc/v4l2: Remove use of lfind()

2017-10-03 Thread Mark Thompson
This is not present in older bionic and therefore fails to build there, and the code is much simpler without it anyway. --- libavcodec/v4l2_fmt.c | 73 +++ libavcodec/v4l2_m2m_enc.c | 32 - 2 files changed, 28 insertions(+), 77 de