2010-12-30 02:52:02 +01:00
|
|
|
. qb/qb.params.sh
|
|
|
|
|
|
|
|
PACKAGE_NAME=ssnes
|
2011-07-06 16:54:54 +02:00
|
|
|
PACKAGE_VERSION=0.6.2
|
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.
|
2010-12-30 14:26:12 +01:00
|
|
|
add_command_line_enable DYNAMIC "Enable dynamic loading of libsnes library." no
|
2010-12-30 02:52:02 +01:00
|
|
|
add_command_line_string LIBSNES "libsnes library used" "-lsnes"
|
2011-01-23 13:34:41 +01:00
|
|
|
add_command_line_enable FFMPEG "Enable FFmpeg recording support" 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-02-06 13:29:48 +01:00
|
|
|
add_command_line_enable SRC "Enable libsamplerate support" no
|
2011-01-19 12:54:19 +01:00
|
|
|
add_command_line_enable CONFIGFILE "Disable support for config file" 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-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-06-06 18:50:36 +02:00
|
|
|
add_command_line_enable PYTHON "Enable Python 3 support for shaders" no
|