pipewire/spa
Peter Hutterer cdfd50e166 spa: add spa_atob() to convert a string to a boolean
This replaces the manual check for "true" and some (inconsistent) return value
of atoi. All those instances now require either "true" or "1" to parse as
true, any other value (including NULL) is boolean false.
2021-05-18 22:18:56 +10:00
..
examples treewide: replace plain strcmp() calls with spa_streq 2021-05-18 22:10:27 +10:00
include spa: add spa_atob() to convert a string to a boolean 2021-05-18 22:18:56 +10:00
plugins spa: add spa_atob() to convert a string to a boolean 2021-05-18 22:18:56 +10:00
tests spa: add spa_atob() to convert a string to a boolean 2021-05-18 22:18:56 +10:00
tools treewide: replace strcmp() == 0 with spa_streq() 2021-05-18 22:10:27 +10:00
meson.build spa: ffmpeg: remove libavformat dependency 2021-05-16 13:10:59 +00:00