mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-25 01:40:32 -05:00
add new module module-position-event-sounds for positioning event sounds in space
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2507 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
67fde59fed
commit
62dde3f1cd
2 changed files with 178 additions and 2 deletions
|
|
@ -1033,7 +1033,9 @@ modlibexec_LTLIBRARIES += \
|
|||
module-ladspa-sink.la \
|
||||
module-esound-sink.la \
|
||||
module-tunnel-sink.la \
|
||||
module-tunnel-source.la
|
||||
module-tunnel-source.la \
|
||||
module-position-event-sounds.la
|
||||
|
||||
|
||||
# See comment at librtp.la above
|
||||
if !OS_IS_WIN32
|
||||
|
|
@ -1196,7 +1198,8 @@ SYMDEF_FILES = \
|
|||
modules/module-suspend-on-idle-symdef.h \
|
||||
modules/module-hal-detect-symdef.h \
|
||||
modules/module-bt-proximity-symdef.h \
|
||||
modules/gconf/module-gconf-symdef.h
|
||||
modules/gconf/module-gconf-symdef.h \
|
||||
modules/module-position-event-sounds-symdef.h
|
||||
|
||||
EXTRA_DIST += $(SYMDEF_FILES)
|
||||
BUILT_SOURCES += $(SYMDEF_FILES)
|
||||
|
|
@ -1431,6 +1434,12 @@ module_volume_restore_la_LDFLAGS = -module -avoid-version
|
|||
module_volume_restore_la_LIBADD = $(AM_LIBADD) libpulsecore.la
|
||||
module_volume_restore_la_CFLAGS = $(AM_CFLAGS)
|
||||
|
||||
# Position event sounds in space
|
||||
module_position_event_sounds_la_SOURCES = modules/module-position-event-sounds.c
|
||||
module_position_event_sounds_la_LDFLAGS = -module -avoid-version
|
||||
module_position_event_sounds_la_LIBADD = $(AM_LIBADD) libpulsecore.la
|
||||
module_position_event_sounds_CFLAGS = $(AM_CFLAGS)
|
||||
|
||||
# Device volume restore module
|
||||
module_device_restore_la_SOURCES = modules/module-device-restore.c
|
||||
module_device_restore_la_LDFLAGS = -module -avoid-version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue