vcam icon indicating copy to clipboard operation
vcam copied to clipboard

Fix build issues with Linux v6.8 and later

Open hungyuhang opened this issue 8 months ago • 1 comments

  1. Rename min_buffers_needed member in struct vb2_queue to min_queued_buffers according to the changes in Linux v6.8. (The change described above in the Linux Kernel source code can be viewed at: https://github.com/torvalds/linux/commit/80c2b40a51393add616a1fd186a1cc10bd676a3f)

  2. Remove FBINFO_FLAG_DEFAULT flag, as this flag was removed in Linux v6.6 and later. (The change described above in the Linux Kernel source code can be viewed at: https://github.com/torvalds/linux/commit/0444fa357c16a4c36c6c6e3ef13e690875fad208)

hungyuhang avatar Jun 23 '24 01:06 hungyuhang