From e8d75e7e0faec6e731f89fccab6ed6aeb4ab041b Mon Sep 17 00:00:00 2001 From: odrling Date: Tue, 24 Nov 2020 13:15:54 +0100 Subject: [PATCH] windows: use libass and openal DirectSound seems a bit broken on my system. Still left in the build if someone updates from earlier releases. xy is dead --- src/libresrc/default_config_win.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libresrc/default_config_win.json b/src/libresrc/default_config_win.json index 44b291343..7215cd581 100644 --- a/src/libresrc/default_config_win.json +++ b/src/libresrc/default_config_win.json @@ -1,8 +1,8 @@ { "Audio" : { - "Player" : "DirectSound" + "Player" : "OpenAL" }, "Subtitle" : { - "Provider" : "CSRI/xy-vsfilter_aegisub" + "Provider" : "libass" } }