2010-12-30 02:52:02 +01:00
|
|
|
. qb/qb.params.sh
|
|
|
|
|
|
|
|
PACKAGE_NAME=ssnes
|
2011-11-21 16:30:35 +01:00
|
|
|
PACKAGE_VERSION=0.9.2-rc2
|
2010-12-30 02:52:02 +01:00
|
|
|
|
|
|
|
# Adds a command line opt to ./configure --help
|
|
|
|
# $1: Variable (HAVE_ALSA, HAVE_OSS, etc)
|
|
|
|
# $2: Comment
|
|
|
|
# $3: Default arg. auto implies that HAVE_ALSA will be set according to library checks later on.
|
2011-11-02 16:50:34 +01:00
|
|
|
add_command_line_enable DYNAMIC "Disable dynamic loading of libsnes library" yes
|
|
|
|
add_command_line_string LIBSNES "libsnes library used" ""
|
|
|
|
add_command_line_enable FFMPEG "Enable FFmpeg recording support" auto
|
2011-10-09 12:27:02 +02:00
|
|
|
add_command_line_enable X264RGB "Enable lossless X264 RGB recording" no
|
2011-05-11 17:52:16 +02:00
|
|
|
add_command_line_enable DYLIB "Enable dynamic loading support" auto
|
2011-03-19 20:41:07 +01:00
|
|
|
add_command_line_enable NETPLAY "Enable netplay support" auto
|
2011-01-19 12:54:19 +01:00
|
|
|
add_command_line_enable CONFIGFILE "Disable support for config file" yes
|
2011-11-01 18:24:43 +01:00
|
|
|
add_command_line_enable OPENGL "Disable OpenGL support" yes
|
2011-01-05 17:42:58 +01:00
|
|
|
add_command_line_enable CG "Enable Cg shader support" auto
|
|
|
|
add_command_line_enable XML "Enable bSNES-style XML shader support" auto
|
2011-03-23 23:48:13 +01:00
|
|
|
add_command_line_enable FBO "Enable render-to-texture (FBO) support" auto
|
2010-12-30 02:52:02 +01:00
|
|
|
add_command_line_enable ALSA "Enable ALSA support" auto
|
|
|
|
add_command_line_enable OSS "Enable OSS support" auto
|
|
|
|
add_command_line_enable RSOUND "Enable RSound support" auto
|
|
|
|
add_command_line_enable ROAR "Enable RoarAudio support" auto
|
|
|
|
add_command_line_enable AL "Enable OpenAL support" auto
|
2011-01-01 13:59:44 +01:00
|
|
|
add_command_line_enable JACK "Enable JACK support" auto
|
2011-08-08 17:27:52 +02:00
|
|
|
add_command_line_enable COREAUDIO "Enable CoreAudio support" auto
|
2011-01-29 01:15:09 +01:00
|
|
|
add_command_line_enable PULSE "Enable PulseAudio support" auto
|
2011-01-23 00:27:20 +01:00
|
|
|
add_command_line_enable FREETYPE "Enable FreeType support" auto
|
2011-03-13 04:51:09 +01:00
|
|
|
add_command_line_enable XVIDEO "Enable XVideo support" auto
|
2011-06-11 16:55:53 +02:00
|
|
|
add_command_line_enable SDL_IMAGE "Enable SDL_image support" auto
|
2011-11-02 16:50:34 +01:00
|
|
|
add_command_line_enable PYTHON "Enable Python 3 support for shaders" auto
|