diff --git a/Makefile.win b/Makefile.win index ddbe3d1027..e9de356495 100644 --- a/Makefile.win +++ b/Makefile.win @@ -15,7 +15,7 @@ HAVE_DYLIB = 1 HAVE_NETPLAY = 1 HAVE_THREADS = 1 DYNAMIC = 1 -HAVE_SINC = 0 +HAVE_SINC = 1 ifeq ($(SLIM),) HAVE_SDL_IMAGE = 1 diff --git a/qb/config.params.sh b/qb/config.params.sh index f2be650466..a0507fa101 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -31,4 +31,4 @@ add_command_line_enable FREETYPE "Enable FreeType support" auto add_command_line_enable XVIDEO "Enable XVideo support" auto add_command_line_enable SDL_IMAGE "Enable SDL_image support" auto add_command_line_enable PYTHON "Enable Python 3 support for shaders" auto -add_command_line_enable SINC "Enable Blackman SINC resampler" no +add_command_line_enable SINC "Disable SINC resampler" yes