mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-05-23 14:08:10 +02:00
commands used for this (executed from the pulseaudio/src directory):
find . -regex '\(.*\.[hc]\|.*\.cc\|.*\.m4\)' -not -name 'macro.h' \
-a -not -name 'reserve.[ch]' -a -not -name 'reserve-monitor.[ch]' \
-a -not -name 'glib-mainloop.c' -a -not -name 'gkt-test.c' \
-a -not -name 'glib-mainloop.c' -a -not -name 'gkt-test.c' \
-a -not -name 'poll-win32.c' -a -not -name 'thread-win32.c' \
-a -not -name 'dllmain.c' -a -not -name 'gconf-helper.c' \
-exec sed -i -e 's/\bpa_bool_t\b/bool/g' \
-e 's/\bTRUE\b/true/g' -e 's/\bFALSE\b/false/g' {} \;
and:
sed -i -e '181,194!s/\bpa_bool_t\b/bool/' \
-e '181,194!s/\bTRUE\b/true/' -e \
'181,194!s/\bFALSE\b/false/' pulsecore/macro.h
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| caps.c | ||
| caps.h | ||
| cmdline.c | ||
| cmdline.h | ||
| cpulimit.c | ||
| cpulimit.h | ||
| daemon-conf.c | ||
| daemon-conf.h | ||
| daemon.conf.in | ||
| default.pa.in | ||
| dumpmodules.c | ||
| dumpmodules.h | ||
| esdcompat.in | ||
| ltdl-bind-now.c | ||
| ltdl-bind-now.h | ||
| main.c | ||
| Makefile | ||
| pulseaudio-kde.desktop.in | ||
| pulseaudio-system.conf | ||
| pulseaudio.desktop.in | ||
| server-lookup.c | ||
| server-lookup.h | ||
| start-pulseaudio-kde.in | ||
| start-pulseaudio-x11.in | ||
| system.pa.in | ||