]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
gstreamer1.0-plugins-good: Fix build with musl
authorKhem Raj <raj.khem@gmail.com>
Mon, 13 Feb 2023 21:04:19 +0000 (13:04 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 Feb 2023 10:20:44 +0000 (10:20 +0000)
commit840d55a4bf8e908e2b2841496232ffa7c00799e4
tree33fbb775949f2000d7c4b2d1b2444ea8b2b5d0e7
parent216e5b0e450c7b3f6f096c2892256e1bc1ec4781
gstreamer1.0-plugins-good: Fix build with musl

musl's definition of ioctl() API is different from glibc's and gst has
built upon definition from glibc which was being warned about but now
compilers can check signatures of funciton pointers, means it becomes an
error with clang16+

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-v4l2-Define-ioctl_req_t-for-posix-linux-case.patch [new file with mode: 0644]
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22.0.bb