mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-23 06:59:53 -05:00
module-waveout: Adapted to updated API
Waveout sink works again, Wavein source still needs some work.
This commit is contained in:
parent
5205e6a85a
commit
110b14ec21
2 changed files with 243 additions and 185 deletions
|
|
@ -1183,10 +1183,10 @@ pulselibexec_PROGRAMS += \
|
|||
gconf-helper
|
||||
endif
|
||||
|
||||
#if OS_IS_WIN32
|
||||
#modlibexec_LTLIBRARIES += \
|
||||
# module-waveout.la
|
||||
#endif
|
||||
if OS_IS_WIN32
|
||||
modlibexec_LTLIBRARIES += \
|
||||
module-waveout.la
|
||||
endif
|
||||
|
||||
if HAVE_HAL
|
||||
modlibexec_LTLIBRARIES += \
|
||||
|
|
@ -1624,11 +1624,10 @@ module_mmkbd_evdev_la_LIBADD = $(MODULE_LIBADD)
|
|||
module_mmkbd_evdev_la_CFLAGS = $(AM_CFLAGS)
|
||||
|
||||
# Windows waveout
|
||||
|
||||
#module_waveout_la_SOURCES = modules/module-waveout.c
|
||||
#module_waveout_la_LDFLAGS = $(MODULE_LDFLAGS)
|
||||
#module_waveout_la_LIBADD = $(MODULE_LIBADD) -lwinmm
|
||||
#module_waveout_la_CFLAGS = $(AM_CFLAGS)
|
||||
module_waveout_la_SOURCES = modules/module-waveout.c
|
||||
module_waveout_la_LDFLAGS = $(MODULE_LDFLAGS)
|
||||
module_waveout_la_LIBADD = $(MODULE_LIBADD) -lwinmm
|
||||
module_waveout_la_CFLAGS = $(AM_CFLAGS)
|
||||
|
||||
# Hardware autodetection module
|
||||
module_detect_la_SOURCES = modules/module-detect.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue