mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
big module-bluetooth-device.c rework
This commit is contained in:
parent
62f1f3e563
commit
390133f2dc
2 changed files with 967 additions and 639 deletions
|
|
@ -1005,9 +1005,8 @@ modlibexec_LTLIBRARIES += \
|
||||||
module-bluetooth-discover.la \
|
module-bluetooth-discover.la \
|
||||||
libbluetooth-util.la \
|
libbluetooth-util.la \
|
||||||
libbluetooth-ipc.la \
|
libbluetooth-ipc.la \
|
||||||
libbluetooth-sbc.la
|
libbluetooth-sbc.la \
|
||||||
#\
|
module-bluetooth-device.la
|
||||||
# module-bluetooth-device.la
|
|
||||||
|
|
||||||
pulselibexec_PROGRAMS += \
|
pulselibexec_PROGRAMS += \
|
||||||
proximity-helper
|
proximity-helper
|
||||||
|
|
@ -1464,10 +1463,10 @@ libbluetooth_util_la_LDFLAGS = -avoid-version
|
||||||
libbluetooth_util_la_LIBADD = $(AM_LIBADD) $(DBUS_LIBS) libpulsecore-@PA_MAJORMINORMICRO@.la libpulsecommon-@PA_MAJORMINORMICRO@.la libpulse.la libdbus-util.la
|
libbluetooth_util_la_LIBADD = $(AM_LIBADD) $(DBUS_LIBS) libpulsecore-@PA_MAJORMINORMICRO@.la libpulsecommon-@PA_MAJORMINORMICRO@.la libpulse.la libdbus-util.la
|
||||||
libbluetooth_util_la_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS)
|
libbluetooth_util_la_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS)
|
||||||
|
|
||||||
#module_bluetooth_device_la_SOURCES = modules/bluetooth/module-bluetooth-device.c modules/bluetooth/rtp.h
|
module_bluetooth_device_la_SOURCES = modules/bluetooth/module-bluetooth-device.c modules/bluetooth/rtp.h
|
||||||
#module_bluetooth_device_la_LDFLAGS = $(MODULE_LDFLAGS)
|
module_bluetooth_device_la_LDFLAGS = $(MODULE_LDFLAGS)
|
||||||
#module_bluetooth_device_la_LIBADD = $(AM_LIBADD) $(DBUS_LIBS) libpulsecore-@PA_MAJORMINORMICRO@.la libdbus-util.la libbluetooth-ipc.la libbluetooth-sbc.la libpulsecommon-@PA_MAJORMINORMICRO@.la libpulse.la
|
module_bluetooth_device_la_LIBADD = $(AM_LIBADD) $(DBUS_LIBS) libpulsecore-@PA_MAJORMINORMICRO@.la libdbus-util.la libbluetooth-ipc.la libbluetooth-sbc.la libpulsecommon-@PA_MAJORMINORMICRO@.la libpulse.la
|
||||||
#module_bluetooth_device_la_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS) -w
|
module_bluetooth_device_la_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS)
|
||||||
|
|
||||||
# Apple Airtunes/RAOP
|
# Apple Airtunes/RAOP
|
||||||
module_raop_sink_la_SOURCES = modules/module-raop-sink.c
|
module_raop_sink_la_SOURCES = modules/module-raop-sink.c
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue