[vlc-commits] [Git][videolan/vlc][master] Deleted 1 commit: Unbreak CI
Rémi Denis-Courmont (@Courmisch)
gitlab at videolan.org
Sat Feb 26 19:56:26 UTC 2022
Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC
WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below.
Deleted commits:
6dc82e94 by Rémi Denis-Courmont at 2022-02-26T21:47:17+02:00
Unbreak CI
- - - - -
1 changed file:
- extras/package/win32/build.sh
Changes:
=====================================
extras/package/win32/build.sh
=====================================
@@ -393,6 +393,8 @@ if [ ! -z "$WINSTORE" ]; then
CONFIGFLAGS="$CONFIGFLAGS --disable-vcd"
# other modules that were disabled in the old UWP builds
CONFIGFLAGS="$CONFIGFLAGS --disable-dxva2"
+ # Not in contribs
+ CONFIGFLAGS="$CONFIGFLAGS --disable-a52"
else
CONFIGFLAGS="$CONFIGFLAGS --enable-dvdread --enable-caca"
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6dc82e946e6691d9046cafee201f07b528e99117
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/6dc82e946e6691d9046cafee201f07b528e99117
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