Disable filters by default since they're kinda obsolete and bloat the

binary.
This commit is contained in:
Themaister 2011-01-25 11:08:40 +01:00
parent c1e12c9d70
commit fcba18e564

View File

@ -10,7 +10,7 @@ PACKAGE_VERSION=0.2
add_command_line_enable DYNAMIC "Enable dynamic loading of libsnes library." no
add_command_line_string LIBSNES "libsnes library used" "-lsnes"
add_command_line_enable FFMPEG "Enable FFmpeg recording support" no
add_command_line_enable FILTER "Disable CPU filter support" yes
add_command_line_enable FILTER "Enable CPU filter support" no
add_command_line_enable CONFIGFILE "Disable support for config file" yes
add_command_line_enable CG "Enable Cg shader support" auto
add_command_line_enable XML "Enable bSNES-style XML shader support" auto