[vlc-devel] [PATCH 2/2] win32: remove obsolete --disable-crystalhd
Alexandre Janniaux
ajanni at videolabs.io
Sun Nov 8 16:36:38 CET 2020
The module doesn't exist anymore.
---
extras/package/win32/build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/package/win32/build.sh b/extras/package/win32/build.sh
index e427bb8176..dbc458eee2 100755
--- a/extras/package/win32/build.sh
+++ b/extras/package/win32/build.sh
@@ -368,7 +368,7 @@ if [ ! -z "$WINSTORE" ]; then
# uses CreateFile to access files/drives outside of the app
CONFIGFLAGS="$CONFIGFLAGS --disable-vcd"
# other modules that were disabled in the old UWP builds
- CONFIGFLAGS="$CONFIGFLAGS --disable-crystalhd --disable-dxva2"
+ CONFIGFLAGS="$CONFIGFLAGS --disable-dxva2"
else
CONFIGFLAGS="$CONFIGFLAGS --enable-dvdread --enable-caca"
--
2.29.2
More information about the vlc-devel
mailing list