Created attachment 3595 Proposed patch Hi, Recent linux kernels have dropped <linux/videodev.h>. This makes the build fail: In file included from xfce4-radio.c:46:0: xfce4-radio.h:28:28: fatal error: linux/videodev.h: No such file or directory compilation terminated. Here is a "best-effort" patch to port the v4l1 code of the plugin to libv4l1. It builds fine here, but I don't have any hardware to test it, so I can't tell whether it works or not. Thanks.
Created attachment 3596 Proposed patch, the correct one this time Grmpf, sorry, wrong patch
I just released a new version which fixes this (by dropping v4l1 support altogether). Thanks for the patch though!