[vlc-commits] [Git][videolan/vlc][3.0.x] 56 commits: contrib: goom: remove the folder we are going to write to
Steve Lhomme (@robUx4)
gitlab at videolan.org
Mon Apr 6 11:49:56 UTC 2026
Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC
Commits:
e86a1801 by Steve Lhomme at 2026-04-06T13:11:05+02:00
contrib: goom: remove the folder we are going to write to
In case it was already there due to bogus patching/local unpacking
(cherry picked from commit 620ffa1b8d762181f08552b1f997effd52d76a3d) (rebased)
rebased:
- the code around is slightly different
- - - - -
a726d459 by Steve Lhomme at 2026-04-06T13:11:05+02:00
contrib: goom: simplify the goom package extraction
(cherry picked from commit d3d4db334d7f4b1e3b7519edc1df0f15e8cfca6d) (rebased)
rebased:
- the code around is slightly different
- - - - -
a7a3f2f3 by Steve Lhomme at 2026-04-06T13:11:05+02:00
contrib: always depend on the dependencies of a dependency
So the order of build is always respected, even in case of build error.
(cherry picked from commit a12187eef1d22f567ef2212aa694c9c7873fdeb4) (edited)
edited:
- libarchive already had the fix
- libplacebo doesn't need the glslang contrib in VLC 3
- - - - -
1e5efc7c by Steve Lhomme at 2026-04-06T13:11:05+02:00
contrib: dvdnav: remove unknown option --disable-examples
(cherry picked from commit c33d02f7c6dc7f0e5832d1de153b02ac017751de) (rebased)
rebased:
- VLC 3 already uses $(MAKE) -C
- - - - -
fe345815 by Steve Lhomme at 2026-04-06T13:11:05+02:00
contrib: move the CFLAGS/CXXFLAGS in the CONF variable
(cherry picked from commit 34da8730677fcc1a77d1226e812355fde78f24f9) (edited)
edited:
- some contribs already switched to CMake (libxml2, pupnp)
- some contribs don't exist in VLC 3 (sqlite)
- VLC 3 already uses $(MAKE) -C
- - - - -
eb6b8448 by Marvin Scholz at 2026-04-06T13:11:05+02:00
contrib: goom: remove unrecognized options
(cherry picked from commit d79194dc45f272bc915929cbde873f21abc47bb4) (rebased)
rebased:
- VLC 3 already uses $(MAKE) -C
- - - - -
18b2ebaa by Alexandre Janniaux at 2026-04-06T13:11:05+02:00
contrib: shout: update to 2.4.6
The commit patches src/icy.c and src/legacy.c to include <stdlib.h> or
<stdio.h>, so as to avoid FTBFS where free(), malloc(), and snprintf()
have no valid prototype before usage.
(cherry picked from commit 85268b42d744538158fbef6ad1973147cf8e8f5c) (edited)
edited:
- keep the minimum supported version to 2.1
- SHOUT_CONF has already been backported
- the URL has already changed in VLC 3
- - - - -
ba0bbab6 by Johannes Kauffmann at 2026-04-06T13:11:05+02:00
contrib: openjpeg: remove unused FreeBSD patch
It hasn't been applied for a long time, and was already integrated with
2.3.0.
(cherry picked from commit ab4134c19c652c7acc10a138d6259df491fe48c6)
- - - - -
0336fbbf by Johannes Kauffmann at 2026-04-06T13:11:05+02:00
contrib: openjpeg: remove unused restrict patch
It wasn't applied since a long time, and was not applicable anymore
since the switch to CMake. openjpeg checks for restrict internally now.
(cherry picked from commit c8ef7c08db2ae5adbba449b6c3f66d41f1273052) (edited)
edited:
- the commented call was already removed form VLC 3
- - - - -
b47b4fef by Steve Lhomme at 2026-04-06T13:11:05+02:00
contrib: libtasn1: force setting _GNU_SOURCE
On iOS targets the config.h which contains _GNU_SOURCE doesn't seem to be used
or it's undefined for some unknown reason. We force it so that strverscmp() can
be used.
(cherry picked from commit 3fbd60088ca1a7d7b5faa66f382500fd4b389273) (rebased)
rebased:
- the code around is slightly different
- - - - -
ce955d90 by Steve Lhomme at 2026-04-06T13:11:05+02:00
contrib: libtasn1: update to 4.19.0
Needs the same gnulib patch as gnutls for winstore builds.
(cherry picked from commit 88c46e7fe5a762f375990de318c29c37b5dd580c) (rebased)
rebased:
- the code around is slightly different
- - - - -
384174be by Steve Lhomme at 2026-04-06T13:11:05+02:00
contrib: dca: don't force antique C style code
It should work with default C99(?) standard.
If not it can be fixed and upstreamed at https://code.videolan.org/videolan/libdca
(cherry picked from commit e1fbdf0df7b49da89ecd80a53433e5cd885759cb) (rebased)
rebased:
- VLC 3 already uses $(MAKE) -C
- - - - -
7474b43f by Steve Lhomme at 2026-04-06T13:11:05+02:00
contrib: iconv: remove unsupported --disable-nls option
(cherry picked from commit 9d97a25c2c15572c45e8952946ce181a4e4ac2e7) (rebased)
rebased:
- VLC 3 already uses $(MAKE) -C
- - - - -
f12397a0 by Steve Lhomme at 2026-04-06T13:11:05+02:00
contrib: build autotools/make targets in a build directory
(cherry picked from commit 697a2fcda3321c44f0ef2898b513851ba699ade7) (edited)
edited:
- some contribs switched to cmake/meson
- some contribs already switched to the MAKEBUILD macros
- libmpeg2 was building everything
- some contribs don't exist (rnnoise, salsa, sqlite)
- - - - -
5c8a16b5 by Steve Lhomme at 2026-04-06T13:11:05+02:00
contrib: factorize configure/make calls
(cherry picked from commit d4c40209e85d51e1681a9aa8b7d38d0eb4caf39a) (edited)
edited:
- some contribs switched to cmake/meson
- some contribs don't exist
- some contribs already switched to the MAKEBUILD macros
- - - - -
58ca4fd9 by Steve Lhomme at 2026-04-06T13:11:05+02:00
contrib: iconv: revert 9d97a25c2c15572c45e8952946ce181a4e4ac2e7
The option does exist but not in it's configure.ac.
(cherry picked from commit 23c152d4705a8cec654df7100fcdf77bfacb6c24) (rebased)
rebased:
- the code around is slightly different
- - - - -
7146e9c8 by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: use a more specific name for the build folder
It should be safe to delete build folders in one call:
find . -mindepth 3 -maxdepth 4 -type d -name vlc_build -exec rm -rf {} \;
(cherry picked from commit 78bab2fcec421bf1421e3d8b1325de01e42dece4) (rebased)
rebased:
- the code around is slightly different
- - - - -
3d96f1fb by Martin Storsjö at 2026-04-06T13:11:06+02:00
contrib: Invoke $(MAKEBUILD) with + to fix using the jobserver
(cherry picked from commit aa530aec17403e0971ea5af17ba07001c65a3d50) (edited)
edited:
- some contribs switched to cmake/meson
- some contribs don't exist
- some contribs already switched to the MAKEBUILD macros
- - - - -
a4063068 by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: build all code before installing for autotools contribs
If the contrib install sub-directories it may install some and fail later. We
should only install when we know everything built correctly.
Do each build step in a separate make line.
(cherry picked from commit 8a2109a3947ef513e64e9ccae4f85e9399a7d243) (edited)
edited:
- some contribs switched to cmake/meson
- some contribs don't exist
- some contribs already switched to the MAKEBUILD macros
- - - - -
55c60371 by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: call sed directly on the files to change
(cherry picked from commit 637d00420fa1a3f4b71215ba869cb5d05bb7bead) (edited)
edited:
- only applies to flac/x262 on the VLC 3 branch
- - - - -
2fb1f689 by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: libtasn1: avoid reconfiguration
The gnulib packaged doesn't seem to match the source (wint_t detection
differences). We can just force EXTRA_PROGRAMS to avoid building the
executables.
The strverscmp() patch doesn't seem necessary anymore.
(cherry picked from commit 5350d68ae505266f60b15eabcd7aec5b86eeffda) (rebased)
rebased:
- the code around is slightly different
- - - - -
9a66d783 by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: use the specific build directory variables
(cherry picked from commit 8d0461dd448142545aa447d45edf1c226153ddf0) (edited)
edited:
- some contribs switched to cmake/meson
- some contribs don't exist
- - - - -
514993da by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: patch the pkg-config file during extraction
So we don't patch it at every run.
(cherry picked from commit 4d6cba6ea3a5a7107efb67f3490b73c9b8b1f976) (edited)
edited:
- VLC 3 doesn't have vulkan-loader
- - - - -
d2c01273 by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: pthreads: install the headers rather than copying them
(cherry picked from commit ffd8229e0aab98576e91d8cfae9b394eca064e9e) (edited)
edited:
- VLC 3 doesn't have/need dcomp, d3d9 and winrt_headers updates
- - - - -
6467dd89 by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: pthreads: set the PKGS_ALL unconditionally
(cherry picked from commit d94ea709d3933ffcabb97190860caa44e864c208) (edited)
edited:
- VLC 3 doesn't have/need dcomp, d3d9 and winrt_headers updates
- - - - -
d1f5d40a by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: pthreads: rename the winpthreads thread target
While "pthreads" here actually means mingw-w64.
(cherry picked from commit e58a39f5b6f498cc0bdd631a059f6ea0f3a95628) (edited)
edited:
- some VLC 3 contrib were not using winpthreads (libplacebo, librist)
- ffmpeg in VLC 3 uses winpthreads (for XP compatibility)
- - - - -
017e9069 by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: pthreads: rename the generic pthreads target to mingw64
To avoid confusion with what to contrib source contains.
(cherry picked from commit c2c8219af8e5f08b62959eecdfaeb58ec62988fa) (edited)
edited:
- VLC 3 does less UWP patching
- VLC 3 doesn't have/need dcomp, d3d9 and winrt_headers updates
- VLC 3 already has alloweduwp target
- - - - -
c0fe00bf by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: goom: pass the m4 directory to the reconf call
Rather than patching it.
(cherry picked from commit c7bbf86effedefb31b705d5ea316cf1c32b8e67b)
- - - - -
5956199f by Rémi Denis-Courmont at 2026-04-06T13:11:06+02:00
contrib: samplerate: fix build
Really only build the library. Fixes #27380.
Regression from 8a2109a3947ef513e64e9ccae4f85e9399a7d243.
(cherry picked from commit 0de7192b5c2908d4f202e1107365625ccb5db006)
- - - - -
7c408c07 by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: aribb25: disable executables via the make call
We're closer to upstream.
(cherry picked from commit 942e2802f4aba794f8473f423718fcb97eb57ddf)
- - - - -
66c9cc37 by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: mpg123: disable executables via the make call
We need to keep the reconf otherwise it doesn't know about emscripten.
(cherry picked from commit 276f4676eb72e77d4397b7fc3744540592759080) (rebased)
rebased:
- VLC 3 still has a UPDATE_AUTOCONFIG call
- - - - -
32dd9756 by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: asdcplib: disable executables via the make call
We don't need any of the executables. They take space in the final prebuilt
tarballs.
(cherry picked from commit 34f6c1bdb1624b7af31cee3ff40b7d786502048f)
- - - - -
887b50c9 by Johannes Kauffmann at 2026-04-06T13:11:06+02:00
contrib: x262: fix sed call when globbing files
The sed call tried to glob the Makefile and *.h files in the contrib
directory, instead of the x262 source directory:
sed -i -e 's/x264_config/x262_config/g' *.h Makefile x262/*.c
sed: can't read *.h: No such file or directory
make: *** [../src/x262/rules.mak:31: .x262] Error 2
Regression from 637d00420fa1a3f4b71215ba869cb5d05bb7bead.
(cherry picked from commit 963799540f86029f5c27bc29de2764a5ced4ddf4)
- - - - -
895fc986 by Johannes Kauffmann at 2026-04-06T13:11:06+02:00
contrib: x262: fix cp call
The cp call is broken:
cp x262/vlc_build/x264.h x262/vlc_build/x262.h
cp: cannot stat 'x262/vlc_build/x264.h': No such file or directory
make: *** [../src/x262/rules.mak:37: .x262] Error 1
x264.h isn't generated inside the build directory (x262/vlc_build), but
exists in the x262 source directory. The install rules also install it
from the source directory. Therefore, copy it from and to the source
dir, not the build dir.
Regression from 697a2fcda3321c44f0ef2898b513851ba699ade7.
(cherry picked from commit ee858cc75cf42b9374f28d5cb8db3de1baf3b7a7)
- - - - -
d46a7cfa by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: adscplib: disable build if license is not matched
We need nettle and gmp and they can't be used with the LGPLv2 license.
(cherry picked from commit c40554e3b81c826d6e123580f1d6aa2efbba567f) (rebased)
rebased:
- VLC 4 has some comments on why winstore is disabled
- - - - -
8846300c by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: aribb24: use the RECONF as everyone else
The bootstrap script just does autoreconf --install. But we may need to
pass extra paths to autoreconf.
The configure.ac references a m4 folder that doesn't exist. So we create it.
(cherry picked from commit 162bebd49d51c50086d6a7e503ba3792c01919eb)
- - - - -
f7d9e099 by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: x264: skip dependecy file generation
It doesn't support --disable-dependency-tracking.
(cherry picked from commit f76342264e2da009b29a43a45c18501693b88c1a)
- - - - -
832a02e3 by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: twolame: fix LIBTWOLAME_STATIC usage
It's defined in the Cflags.private and set internally with --enable-static.
(cherry picked from commit 6bc31a25a699451ce052d1e258f7675f888040db) (rebased)
rebased:
- VLC 3 still calls UPDATE_AUTOCONFIG
- - - - -
52d20d38 by Rémi Denis-Courmont at 2026-04-06T13:11:06+02:00
contrib: gmp: fix build with GCC 15+
GCC 15 defaults to C23, yeut the gmp configure script only works with
C99 and C11.
(cherry picked from commit 29b0a17233ea014cb5576541adbe8ad48cdc5ca7)
- - - - -
ca48cd84 by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: breakpad: fix Windows build
The code doesn't support out-of-tree builds.
(cherry picked from commit 60f4201be943bb88d4718569a1474a41427bf846)
- - - - -
b4eb79b6 by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: vpx: put extra configuration flags in VPX_CONF
(cherry picked from commit eae7e7673d0a52da34226e036d5ef482f16ae31c) (edited)
edited:
- VLC 3 already has the extra configuration flags in VPX_CONF
- - - - -
213a9beb by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: mingw64: regroup the winpthreads build decision
(cherry picked from commit 0474cf148fca1ce486b015219589623a82ce1d7a) (edited)
edited:
- the code around is different with dcomp/winpthreads
- - - - -
6458503b by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: mingw64: update to version 11.0.0
(cherry picked from commit a153e259a24fcd415fa3db1e66d659549c0fa312) (rebased)
rebased:
- the code around is slightly different (sourceforge URL, list of targets)
- - - - -
deadb577 by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib/mingw64: fix the DllMain signature declaration
It should be using an unsigned long, not an unsigned.
(cherry picked from commit a4b4d938cc978b66f93b8edfe5602735d4f9a711) (edited)
edited:
- VLC 3 doesn't have/need dcomp, d3d9 and winrt_headers updates
- - - - -
c52425c4 by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: mingw64: add updated MediaFoundation headers before mingw 10
The headers are missing at least IMFShutdown.
We bring all the headers so they are coherent with each other.
(cherry picked from commit da6bdfb3f407933df6a8ca0240fe16c7e82002af) (edited)
edited:
- VLC 3 doesn't have/need dcomp, d3d9 and winrt_headers updates
- - - - -
42ba0124 by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: mingw64: update to version 12.0.0
(cherry picked from commit f814f06e5f02776d844fc9825a59cc0dbddd8061) (edited)
edited:
- VLC 3 had much less patching for UWP
- - - - -
b4c76c9c by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: mingw64: add missing header recently modified for UWP
(cherry picked from commit 81336965c6638e45c8b5313f3a4ab78077182847) (rebased)
rebased:
- the code around patches is slightly different
- - - - -
afcb6699 by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: fix UWP build of strmif.h
(cherry picked from commit 5e8611388d093f64022b867ad25e4fd0c6436c84) (edited)
edited:
- FFmpeg doesn't depend on wine-headers
- FFmpeg depends on d3d11
- VLC 3 doesn't have/need dcomp, d3d9, d3d12 and winrt_headers updates
- - - - -
4ddf7b62 by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: mingw64: fix libraries building in parallel
Using the same build folder in parallel results in issues.
The CI works because it reverts to -j1. But it's considerably slower.
(cherry picked from commit 635962fddc78c414a1b68a633247146c078fef3c) (edited)
edited:
- VLC 3 doesn't have d3d12 and uiautomationcore targets
- - - - -
d21f46a7 by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: mingw64: add missing DXVAHD_CreateDevice for x86
(cherry picked from commit 64d1d524cb5e5f6e6869c3669395f65cdaf16647) (edited)
edited:
- VLC 3 doesn't have/need dcomp, d3d9, d3d12, uiautomationcore and winrt_headers updates
- - - - -
48adc9c7 by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: mingw: update to version 13.0.0
(cherry picked from commit 2487ebc25cb7a19a67ec460166d809f41b492f33) (rebased)
rebased:
- the named targets are slightly different in VLC 3
- - - - -
a7ff60fb by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: mingw64: update to 14.0.0
(cherry picked from commit cdefe970e6a607ff1344aa73bd507d4ce74d38c6) (rebased)
rebased:
- the named targets are slightly different in VLC 3
- - - - -
c73a7c2f by Steve Lhomme at 2026-04-06T13:11:06+02:00
Revert "contrib: libarchive: allow CreateHardLinkW in UWP"
This reverts commit e09768457a8bfe15fa1fcefda88706ca7c80e693.
We cannot use CreateHardLinkW in VLC 3 UWP as we don't target 19H1.
- - - - -
7c581baa by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: mingw64: do not use CreateHardLinkW on old UWP
- - - - -
d17fb017 by Steve Lhomme at 2026-04-06T13:11:06+02:00
contrib: mingw64: assume all UWP allowed API's are correct in mingw-w64 v13
The local patches were removed when switching to v12.
- - - - -
4dcdf9d3 by Steve Lhomme at 2026-04-06T13:11:07+02:00
package: win32: fix documentation of -S option
By default we target Windows XP SP1
- - - - -
98 changed files:
- contrib/src/README
- contrib/src/a52/rules.mak
- contrib/src/aom/rules.mak
- contrib/src/aribb24/rules.mak
- − contrib/src/aribb25/0001-add-an-option-not-to-build-the-b25-sample-code.patch
- contrib/src/aribb25/rules.mak
- contrib/src/asdcplib/rules.mak
- contrib/src/ass/rules.mak
- contrib/src/breakpad/rules.mak
- contrib/src/cddb/rules.mak
- contrib/src/daala/rules.mak
- contrib/src/dca/rules.mak
- contrib/src/dvbpsi/rules.mak
- contrib/src/dvdcss/rules.mak
- contrib/src/dvdnav/rules.mak
- contrib/src/dvdread/rules.mak
- contrib/src/faad2/rules.mak
- contrib/src/ffi/rules.mak
- contrib/src/ffmpeg/rules.mak
- contrib/src/flac/rules.mak
- contrib/src/fontconfig/rules.mak
- contrib/src/gcrypt/rules.mak
- contrib/src/glib/rules.mak
- contrib/src/gmp/rules.mak
- contrib/src/gnutls/rules.mak
- contrib/src/goom/goom2k4-autotools.patch
- contrib/src/goom/rules.mak
- contrib/src/gpg-error/rules.mak
- contrib/src/iconv/rules.mak
- contrib/src/jack/rules.mak
- contrib/src/jpeg/rules.mak
- contrib/src/kate/rules.mak
- contrib/src/lame/rules.mak
- + contrib/src/libarchive/0001-Disable-CreateHardLinkW-usage-on-old-UWP-targets.patch
- contrib/src/libarchive/rules.mak
- contrib/src/libdsm/rules.mak
- contrib/src/libmpeg2/rules.mak
- + contrib/src/libtasn1/0001-fcntl-do-not-call-GetHandleInformation-in-Winstore-a.patch
- contrib/src/libtasn1/SHA512SUMS
- − contrib/src/libtasn1/no-executables.patch
- contrib/src/libtasn1/rules.mak
- contrib/src/mad/rules.mak
- contrib/src/main.mak
- contrib/src/mfx/rules.mak
- + contrib/src/mingw64/SHA512SUMS
- contrib/src/pthreads/rules.mak → contrib/src/mingw64/rules.mak
- contrib/src/modplug/rules.mak
- − contrib/src/mpg123/no-programs.patch
- contrib/src/mpg123/rules.mak
- contrib/src/mysofa/rules.mak
- contrib/src/nettle/rules.mak
- − contrib/src/openjpeg/freebsd.patch
- − contrib/src/openjpeg/restrict.patch
- contrib/src/openjpeg/rules.mak
- − contrib/src/pthreads/0001-add-api-ms-core-registry-def-files.patch
- − contrib/src/pthreads/0001-headers-Update-to-Wine-master-and-regenerate-H-from-.patch
- − contrib/src/pthreads/0001-headers-enable-CreateHardLinkW-in-Win10-UWP-builds.patch
- − contrib/src/pthreads/0001-headers-enable-GET_MODULE_HANDLE_EX_xxx-defines-in-U.patch
- − contrib/src/pthreads/0001-headers-enable-GetFileInformationByHandle-in-Win10-U.patch
- − contrib/src/pthreads/0001-headers-enable-GetVolumePathNameW-in-Win10-UWP-build.patch
- − contrib/src/pthreads/0001-headers-enable-VirtualAlloc-Ex-in-Win10-UWP-builds.patch
- − contrib/src/pthreads/0001-headers-enable-more-module-API-in-Win10-UWP-builds.patch
- − contrib/src/pthreads/0001-headers-enable-some-Registry-API-calls-in-UWP-8.1-bu.patch
- − contrib/src/pthreads/0002-headers-dxvahd-Regenerate-H-from-IDL.patch
- − contrib/src/pthreads/SHA512SUMS
- contrib/src/regex/rules.mak
- contrib/src/samplerate/rules.mak
- contrib/src/schroedinger/rules.mak
- contrib/src/shout/SHA512SUMS
- + contrib/src/shout/add-missing-stdlib-stdio.patch
- − contrib/src/shout/libshout-arpa.patch
- − contrib/src/shout/no-examples.patch
- contrib/src/shout/rules.mak
- contrib/src/shout/shout-strings.patch
- contrib/src/sidplay2/rules.mak
- contrib/src/smb2/rules.mak
- contrib/src/spatialaudio/rules.mak
- contrib/src/speex/rules.mak
- contrib/src/speexdsp/rules.mak
- contrib/src/srt/rules.mak
- contrib/src/ssh2/rules.mak
- contrib/src/theora/rules.mak
- contrib/src/tiff/rules.mak
- contrib/src/tiger/rules.mak
- contrib/src/tremor/rules.mak
- contrib/src/twolame/rules.mak
- contrib/src/upnp/rules.mak
- contrib/src/vncclient/rules.mak
- contrib/src/vpx/rules.mak
- contrib/src/x262/rules.mak
- contrib/src/x264/rules.mak
- contrib/src/xau/rules.mak
- contrib/src/xcb-proto/rules.mak
- contrib/src/xcb/rules.mak
- contrib/src/xorg-macros/rules.mak
- contrib/src/xproto/rules.mak
- contrib/src/zvbi/rules.mak
- extras/package/win32/build.sh
The diff was not included because it is too large.
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/84176e04b38d2413f4e8375801142025973c32ac...4dcdf9d35b256906dfbdaa33dd6e5868be5fc8b3
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/84176e04b38d2413f4e8375801142025973c32ac...4dcdf9d35b256906dfbdaa33dd6e5868be5fc8b3
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list