pipewire/spa
Eike Rathke 871dd2743b __STDC_VERSION__ may be undefined
Clang++ (and g++) don't define __STDC_VERSION__ which results in

 include/spa/support/log.h:101:5: error: '__STDC_VERSION__' is not defined, evaluates to 0 [-Werror,-Wundef]
 #if __STDC_VERSION__ >= 199901L
 include/pipewire/log.h:64:5: error: '__STDC_VERSION__' is not defined, evaluates to 0 [-Werror,-Wundef]
 #if __STDC_VERSION__ >= 199901L

so check if __STDC_VERSION__ is defined before comparing.
Also, include/feature.h additionally defines __USE_ISOC99 (and
__USE_ISOC11 for C11 extension), so check these as well.
2018-04-03 16:27:58 +02:00
..
include __STDC_VERSION__ may be undefined 2018-04-03 16:27:58 +02:00
lib debug: print to stderr 2018-01-11 10:14:26 +01:00
plugins v4l2: check device caps 2018-04-03 16:27:43 +02:00
tests fix some signed vs unsigned comparisons 2018-02-20 18:19:11 +01:00
tools inspect: Improve introspection 2017-12-14 18:24:48 +01:00
meson.build build: Do not redefine dependency objects 2018-01-26 08:51:38 +01:00