[vlc-commits] [Git][videolan/vlc][master] 2 commits: contrib: soxr: use the GitHub tarball

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu Sep 22 17:07:36 UTC 2022



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
48a05f9a by Steve Lhomme at 2022-09-22T16:05:22+00:00
contrib: soxr: use the GitHub tarball

It has the same hash.

- - - - -
517148a2 by Steve Lhomme at 2022-09-22T16:05:22+00:00
extras: packages: build soxr for emscripten

- - - - -


2 changed files:

- contrib/src/soxr/rules.mak
- extras/package/wasm-emscripten/build.sh


Changes:

=====================================
contrib/src/soxr/rules.mak
=====================================
@@ -1,7 +1,7 @@
 # SoXR
 
 SOXR_VERSION := 0.1.3
-SOXR_URL := $(SF)/project/soxr/soxr-$(SOXR_VERSION)-Source.tar.xz
+SOXR_URL := $(GITHUB)/chirlu/soxr/archive/refs/tags/$(SOXR_VERSION).tar.gz
 
 PKGS += soxr
 ifeq ($(call need_pkg,"soxr >= 0.1"),)


=====================================
extras/package/wasm-emscripten/build.sh
=====================================
@@ -123,7 +123,7 @@ diagnostic "vlc contribs: bootstrap"
             --disable-lua --disable-luac --disable-sqlite \
             --disable-medialibrary --disable-mpcdec --disable-schroedinger \
             --disable-orc --disable-protobuf --disable-sidplay2 \
-            --disable-soxr --disable-spatialaudio --disable-speex \
+            --disable-spatialaudio --disable-speex \
             --disable-speexdsp --disable-taglib --disable-zvbi \
             --disable-rnnoise --disable-libaribcaption \
             --host=wasm32-unknown-emscripten



View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/7f43af78b61073bcfbbe2fab8cadd315b97c6e8a...517148a2dbb9f6a2eb5268d4f278ad15bdf7dd93

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/7f43af78b61073bcfbbe2fab8cadd315b97c6e8a...517148a2dbb9f6a2eb5268d4f278ad15bdf7dd93
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list