Re: [FFmpeg-devel] [PATCH] configure: restore autodetection of v4l2 and fbdev

2024-07-08 Thread Ramiro Polla
On Wed, Jul 3, 2024 at 12:30 AM Ramiro Polla wrote: > The detection logic for v4l2 and fbdev was accidentally modified to > depend on v4l2-m2m in 43b3412. I'll apply in a few days if there are no comments. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmp

[FFmpeg-devel] [PATCH] configure: restore autodetection of v4l2 and fbdev

2024-07-02 Thread Ramiro Polla
The detection logic for v4l2 and fbdev was accidentally modified to depend on v4l2-m2m in 43b3412. --- configure | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configure b/configure index b28221f258..fa2e384350 100755 --- a/configure +++ b/configure @@ -7145,11 +7145,12