mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-21 06:59:59 -05:00
make update-sbc should also update other BT related sources
This commit is contained in:
parent
59f3001ca5
commit
f8190be2e6
1 changed files with 7 additions and 2 deletions
|
|
@ -1451,12 +1451,13 @@ libbluetooth_sbc_la_SOURCES = modules/bluetooth/sbc.c modules/bluetooth/sbc.h mo
|
||||||
libbluetooth_sbc_la_LDFLAGS = -avoid-version
|
libbluetooth_sbc_la_LDFLAGS = -avoid-version
|
||||||
libbluetooth_sbc_la_LIBADD = $(AM_LIBADD) libpulsecore-@PA_MAJORMINORMICRO@.la libpulsecommon-@PA_MAJORMINORMICRO@.la libpulse.la
|
libbluetooth_sbc_la_LIBADD = $(AM_LIBADD) libpulsecore-@PA_MAJORMINORMICRO@.la libpulsecommon-@PA_MAJORMINORMICRO@.la libpulse.la
|
||||||
libbluetooth_sbc_la_CFLAGS = $(AM_CFLAGS)
|
libbluetooth_sbc_la_CFLAGS = $(AM_CFLAGS)
|
||||||
SBC_FILES = $(subst modules/bluetooth/,,$(libbluetooth_sbc_la_SOURCES))
|
BLUETOOTH_SBC_FILES = $(subst modules/bluetooth/,,$(libbluetooth_sbc_la_SOURCES))
|
||||||
|
|
||||||
libbluetooth_ipc_la_SOURCES = modules/bluetooth/ipc.c modules/bluetooth/ipc.h
|
libbluetooth_ipc_la_SOURCES = modules/bluetooth/ipc.c modules/bluetooth/ipc.h
|
||||||
libbluetooth_ipc_la_LDFLAGS = -avoid-version
|
libbluetooth_ipc_la_LDFLAGS = -avoid-version
|
||||||
libbluetooth_ipc_la_LIBADD = $(AM_LIBADD)libpulsecore-@PA_MAJORMINORMICRO@.la libpulsecommon-@PA_MAJORMINORMICRO@.la libpulse.la
|
libbluetooth_ipc_la_LIBADD = $(AM_LIBADD)libpulsecore-@PA_MAJORMINORMICRO@.la libpulsecommon-@PA_MAJORMINORMICRO@.la libpulse.la
|
||||||
libbluetooth_ipc_la_CFLAGS = $(AM_CFLAGS)
|
libbluetooth_ipc_la_CFLAGS = $(AM_CFLAGS)
|
||||||
|
BLUETOOTH_IPC_FILES = $(subst modules/bluetooth/,,$(libbluetooth_ipc_la_SOURCES)) rtp.h
|
||||||
|
|
||||||
libbluetooth_util_la_SOURCES = modules/bluetooth/bluetooth-util.c modules/bluetooth/bluetooth-util.h
|
libbluetooth_util_la_SOURCES = modules/bluetooth/bluetooth-util.c modules/bluetooth/bluetooth-util.h
|
||||||
libbluetooth_util_la_LDFLAGS = -avoid-version
|
libbluetooth_util_la_LDFLAGS = -avoid-version
|
||||||
|
|
@ -1544,10 +1545,14 @@ update-ffmpeg:
|
||||||
|
|
||||||
# We get things twice here, because sometimes gitweb will us just give a "Generating..." otherwise.
|
# We get things twice here, because sometimes gitweb will us just give a "Generating..." otherwise.
|
||||||
update-sbc:
|
update-sbc:
|
||||||
for i in $(SBC_FILES); do \
|
for i in $(BLUETOOTH_SBC_FILES) ; do \
|
||||||
wget -O /dev/null http://git.kernel.org/\?p=bluetooth/bluez.git\;a=blob_plain\;f=sbc/$$i ; \
|
wget -O /dev/null http://git.kernel.org/\?p=bluetooth/bluez.git\;a=blob_plain\;f=sbc/$$i ; \
|
||||||
wget -O modules/bluetooth/$$i http://git.kernel.org/\?p=bluetooth/bluez.git\;a=blob_plain\;f=sbc/$$i ; \
|
wget -O modules/bluetooth/$$i http://git.kernel.org/\?p=bluetooth/bluez.git\;a=blob_plain\;f=sbc/$$i ; \
|
||||||
done
|
done
|
||||||
|
for i in $(BLUETOOTH_IPC_FILES); do \
|
||||||
|
wget -O /dev/null http://git.kernel.org/\?p=bluetooth/bluez.git\;a=blob_plain\;f=audio/$$i ; \
|
||||||
|
wget -O modules/bluetooth/$$i http://git.kernel.org/\?p=bluetooth/bluez.git\;a=blob_plain\;f=audio/$$i ; \
|
||||||
|
done
|
||||||
|
|
||||||
# Automatically generate linker version script. We use the same one for all public .sos
|
# Automatically generate linker version script. We use the same one for all public .sos
|
||||||
update-map-file:
|
update-map-file:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue