Skip to content
  • Tim-Philipp Müller's avatar
    gstconfig.h: add define to force printf format checking for debug messages · 8abd6133
    Tim-Philipp Müller authored
    Force printf format checking for debug messages if GST_DISABLE_PRINTF_EXTENSION
    is defined. This is useful to quickly check code for printf format mismatches
    in debugging messages that would usually not be caught (with glibc+gcc and
    printf extensions being used).
    
    To use: make clean; make CFLAGS='-g -O2 -DGST_DISABLE_PRINTF_EXTENSION'
    8abd6133