gstreamer/subprojects/gst-plugins-good/ext/mpg123
L. E. Segovia ce35c07639 mpg123audiodec: Fix dependence on off_t breaking Meson wrap-based builds
Using the mpg123_*_64 functions requires API level 48 i.e. mpg123 >= 1.32.
The mpg123_*64 functions are available before then, but still depend on
off_t (and as such introduce the bug in builds against distro provided
mpg123).

See https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/1568#note_2624024

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7732>
2024-11-04 21:57:25 +00:00
..
gstmpg123audiodec.c mpg123audiodec: Fix dependence on off_t breaking Meson wrap-based builds 2024-11-04 21:57:25 +00:00
gstmpg123audiodec.h mpg123audiodec: Fix dependence on off_t breaking Meson wrap-based builds 2024-11-04 21:57:25 +00:00
meson.build meson: Call pkgconfig.generate in the loop where we declare plugins dependencies 2022-09-01 21:17:35 +00:00