gstutils: Mark times array as static to avoid symbol conflict with the POSIX function
It works fine but there can be linker warnings, e.g. with mold. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9288>
This commit is contained in:
parent
472d528ffe
commit
d236538d28
@ -1930,7 +1930,7 @@ static const GstClockTime times5[] = {
|
||||
3097518938513564, 3097518907369715
|
||||
};
|
||||
|
||||
struct test_entry
|
||||
static const struct test_entry
|
||||
{
|
||||
gint n;
|
||||
const GstClockTime *v;
|
||||
|
Loading…
x
Reference in New Issue
Block a user