Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
5e5ef4dd by Steve Lhomme at 2024-11-21T11:50:03+00:00
package/win32: handle skins2 activation with meson

- - - - -
996b3ce1 by Steve Lhomme at 2024-11-21T11:50:03+00:00
package/win32: handle dxva2 activation with meson

- - - - -


1 changed file:

- extras/package/win32/build.sh


Changes:

=====================================
extras/package/win32/build.sh
=====================================
@@ -469,12 +469,10 @@ if [ -n "$EXTRA_CHECKS" ]; then
 fi
 if [ -n "$DISABLEGUI" ]; then
     CONFIGFLAGS="$CONFIGFLAGS --disable-qt --disable-skins2"
-    MCONFIGFLAGS="$MCONFIGFLAGS -Dqt=disabled"
-    # MCONFIGFLAGS="$MCONFIGFLAGS -Dskins2=disabled"
+    MCONFIGFLAGS="$MCONFIGFLAGS -Dqt=disabled -Dskins2=disabled"
 else
     CONFIGFLAGS="$CONFIGFLAGS --enable-qt --enable-skins2"
-    MCONFIGFLAGS="$MCONFIGFLAGS -Dqt=enabled"
-    # MCONFIGFLAGS="$MCONFIGFLAGS -Dskins2=enabled"
+    MCONFIGFLAGS="$MCONFIGFLAGS -Dqt=enabled -Dskins2=enabled"
 fi
 if [ -n "$WINSTORE" ]; then
     CONFIGFLAGS="$CONFIGFLAGS --enable-winstore-app"
@@ -484,7 +482,7 @@ if [ -n "$WINSTORE" ]; then
     MCONFIGFLAGS="$MCONFIGFLAGS -Dvcd_module=false"
     # other modules that were disabled in the old UWP builds
     CONFIGFLAGS="$CONFIGFLAGS --disable-dxva2"
-    # MCONFIGFLAGS="$MCONFIGFLAGS -Ddxva2=disabled"
+    MCONFIGFLAGS="$MCONFIGFLAGS -Ddxva2=disabled"
 
 else
     CONFIGFLAGS="$CONFIGFLAGS --enable-caca"



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/compare/fca563901ccfa05552412a85af7aad380d357775...996b3ce125fe411a4b4ce6f743e1e59148f81494

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/compare/fca563901ccfa05552412a85af7aad380d357775...996b3ce125fe411a4b4ce6f743e1e59148f81494
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to