pulseaudio/src/daemon
Peter Meerwald 2219a775c4 daemon: Fix redundant redeclaration warning
CC     pulseaudio-dumpmodules.o
daemon/dumpmodules.c:93:27: warning: redundant redeclaration of ‘lt__PROGRAM__LTX_preloaded_symbols’ [-Wredundant-decls]
/usr/include/ltdl.h:106:36: note: previous declaration of ‘lt__PROGRAM__LTX_preloaded_symbols’ was here

the declaration is provided by ltld.h of libtool since version 2.4, require the 2.4 instead of 2.2

Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
2012-10-22 17:56:10 +03:00
..
.gitignore git: ignore kde related files 2009-10-30 05:20:00 +01:00
caps.c Move i18n.[ch] to src/pulsecore 2011-08-11 13:23:42 +02:00
caps.h daemon: strip all special suid/caps log from our startup code, we'll now rely on RealtimeKit for all high-priority/RT scheduling policy issues 2009-06-19 17:37:18 +02:00
cmdline.c add a new log target that enables to create new log file if it exists 2012-07-02 16:35:19 +02:00
cmdline.h More spelling fixes 2011-08-25 11:27:47 +01:00
cpulimit.c Remove unnecessary #includes 2011-06-22 23:12:20 +01:00
cpulimit.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
daemon-conf.c add a new log target that enables to create new log file if it exists 2012-07-02 16:35:19 +02:00
daemon-conf.h core: infrastructure for alternate sampling rate 2011-10-17 19:23:26 +05:30
daemon.conf.in core: infrastructure for alternate sampling rate 2011-10-17 19:23:26 +05:30
default.pa.in build-sys: remove HAL support, it's obsolete since years 2012-05-15 16:06:42 +02:00
dumpmodules.c daemon: Fix redundant redeclaration warning 2012-10-22 17:56:10 +03:00
dumpmodules.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
esdcompat.in Fix up some double spaces 2011-03-18 09:20:07 +00:00
ltdl-bind-now.c More spelling fixes 2011-08-25 11:27:47 +01:00
ltdl-bind-now.h Use LGPL 2.1 on all files previously using LGPL 2 2009-03-03 20:23:02 +00:00
main.c core-util: Fix permissions handling while creating directories 2012-07-03 08:49:26 +05:30
Makefile build-sys: readd stub makefiles to subdirectories to make building with emacs easier 2012-05-15 14:17:58 +02:00
pulseaudio-kde.desktop.in device-manager: Add some scripts that are only run under KDE to load/initialise module-device-manager with routing turned on. 2009-10-01 22:33:22 +01:00
pulseaudio-system.conf build-sys: remove HAL support, it's obsolete since years 2012-05-15 16:06:42 +02:00
pulseaudio.desktop.in gnome: start PA early in the gnome session 2012-05-16 01:06:17 +02:00
server-lookup.c daemon: Don't treat it as a fatal error if we can't connect to the session bus 2011-10-12 10:51:24 +05:30
server-lookup.h dbus-protocol: Connection handling for local connections. 2009-06-16 19:03:22 +03:00
start-pulseaudio-kde.in device-manager: Fix typo in module loading script. 2009-10-02 00:49:50 +01:00
start-pulseaudio-x11.in start: we don't need to check for $PULSE_SERVER anymore 2010-01-14 20:33:40 +01:00
system.pa.in conf: Make sure module-dbus-protocol is loaded after module-default-device-restore 2011-09-15 06:40:18 +05:30