mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
download everything from gitweb twice to make sure we don't get a 'Generating...' message
This commit is contained in:
parent
e0d6b75119
commit
04acc232ec
1 changed files with 3 additions and 3 deletions
|
|
@ -1023,9 +1023,7 @@ modlibexec_LTLIBRARIES += \
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# These are generated by an M4 script
|
||||||
# These are generated by a M4 script
|
|
||||||
|
|
||||||
SYMDEF_FILES = \
|
SYMDEF_FILES = \
|
||||||
modules/module-cli-symdef.h \
|
modules/module-cli-symdef.h \
|
||||||
modules/module-cli-protocol-tcp-symdef.h \
|
modules/module-cli-protocol-tcp-symdef.h \
|
||||||
|
|
@ -1545,8 +1543,10 @@ massif: pulseaudio
|
||||||
update-ffmpeg:
|
update-ffmpeg:
|
||||||
wget -O pulsecore/ffmpeg/resample2.c http://svn.mplayerhq.hu/ffmpeg/trunk/libavcodec/resample2.c?view=co
|
wget -O pulsecore/ffmpeg/resample2.c http://svn.mplayerhq.hu/ffmpeg/trunk/libavcodec/resample2.c?view=co
|
||||||
|
|
||||||
|
# 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 $(SBC_FILES); do \
|
||||||
|
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue