Commit Graph

1 Commits

Author SHA1 Message Date
Debarshi Ray b2a4154812 Make it build with -fno-common
GCC 10 defaults to -fno-common. This means that global variables shared
across multiple translation units should be declared as 'extern' in
header files and defined in exactly one C file. See:
https://gcc.gnu.org/gcc-10/porting_to.html

https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1125
https://bugzilla.redhat.com/show_bug.cgi?id=1799497
2020-03-20 16:28:12 +01:00