vlc | branch: master | Alexandre Janniaux <[email protected]> | 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" _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
