mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-18 06:59:57 -05:00
build-sys: Fix bluetooth update-sbc now that it's in a subfolder.
This commit is contained in:
parent
e908a4d43e
commit
9a27b0c413
1 changed files with 2 additions and 2 deletions
|
|
@ -1947,8 +1947,8 @@ 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 $(BLUETOOTH_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=$$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=$$i ; \
|
||||||
done
|
done
|
||||||
for i in $(BLUETOOTH_IPC_FILES); do \
|
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 /dev/null http://git.kernel.org/\?p=bluetooth/bluez.git\;a=blob_plain\;f=audio/$$i ; \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue