Make sinc resampler default on PC.

This commit is contained in:
Themaister 2012-02-25 22:12:49 +01:00
parent 37ed625bab
commit c20df730e3
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ HAVE_DYLIB = 1
HAVE_NETPLAY = 1 HAVE_NETPLAY = 1
HAVE_THREADS = 1 HAVE_THREADS = 1
DYNAMIC = 1 DYNAMIC = 1
HAVE_SINC = 0 HAVE_SINC = 1
ifeq ($(SLIM),) ifeq ($(SLIM),)
HAVE_SDL_IMAGE = 1 HAVE_SDL_IMAGE = 1

View File

@ -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 XVIDEO "Enable XVideo support" auto
add_command_line_enable SDL_IMAGE "Enable SDL_image 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 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