[vlc-commits] win32: remove obsolete --disable-crystalhd

Alexandre Janniaux git at videolan.org
Thu Nov 12 15:48:14 CET 2020


vlc | branch: master | Alexandre Janniaux <ajanni at videolabs.io> | Sun Nov  8 16:36:38 2020 +0100| [d0d677ce19207f98d0ea302e375edf8fb13962d1] | committer: Alexandre Janniaux

win32: remove obsolete --disable-crystalhd

The module doesn't exist anymore.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d0d677ce19207f98d0ea302e375edf8fb13962d1
---

 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"



More information about the vlc-commits mailing list