b2a4154 Make it build with -fno-common

Authored and Committed by Debarshi Ray 4 years ago
    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
    
        
  • Build completed
    success
    Built as gstreamer1-plugins-bad-free-1.16.2-3.fc33
    4 years ago