Karl Lindén
aef035ad1f
make sndfile dependency optional
10 years ago
Karl Lindén
7a5793d9e4
add the --samplerate auto option and use pkg-config to find samplerate
(the AutoOption class takes care of defining env['SAMPLERATE'] and HAVE_SAMPLERATE)
10 years ago
Karl Lindén
94efc64f20
use conf.env['SAMPLERATE'] to determine wether samplerate is available instead of conf.is_defined('HAVE_SAMPLERATE')
10 years ago
Karl Lindén
ad24b255be
move check for samplerate.h to before conf.sub_config('common') and remove the duplicate check in common
10 years ago
Karl Lindén
7f2bc7f037
add the --opus auto option
10 years ago
Karl Lindén
66cdd35753
remove extra and unnecessary celt check in example-clients
10 years ago
Karl Lindén
170c0d5f39
add the --celt auto option and rewrite the celt check using a smaller loop
(drop conf.define('HAVE_CELT', ...) since the AutoOption class handles this)
10 years ago
Karl Lindén
b0c4633a75
make build option --winmme an auto option and use mmsystem.h and windows.h to check if winmme can be built
10 years ago
Karl Lindén
fcec68f903
make build option --portaudio an auto option
10 years ago
Karl Lindén
b77fa414f5
make build option --iio an auto option
10 years ago
Karl Lindén
5586a5b88d
make build option --freebob an auto option
10 years ago
Karl Lindén
1b27e13418
make build option --firewire an auto option
10 years ago
Karl Lindén
97499df9c0
make build option --alsa an auto option
10 years ago
Karl Lindén
61421de456
fix a typo in _configure_error in the AutoOption class
10 years ago
Karl Lindén
b8b68cadad
do not share the private AutoOption lists and results between different instances of the class
10 years ago
Karl Lindén
bcc742b6b1
respect the DOXYGEN environment variable when building docs
10 years ago
Karl Lindén
a31f352e61
make the --doxygen option an auto option
10 years ago
Karl Lindén
e4006fba40
in the AutoOption class, make the set_check_hook documentation string more precise
10 years ago
Karl Lindén
f98fdba3d9
rename the check_hook function to set_check_hook in the AutoOption class to prevent name clash
10 years ago
Karl Lindén
6a90ffca22
implement build system auto options
10 years ago
Nedko Arnaudov
5ed57785df
Merge pull request #111 from lilrc/master
Some small build system improvements
10 years ago
Karl Lindén
c412d8384f
replace WARNING with ERROR in configure messages
10 years ago
Karl Lindén
8accf6531a
add mandatory=False to dbus-1 check so that the custom error message is shown if dbus-1 is missing
10 years ago
Karl Lindén
213f3ba20a
drop unnecessary conf.is_defined('HAVE_DBUS_1') since it is the same as conf.check_cfg(package='dbus-1', ...)
10 years ago
Karl Lindén
f1c308e434
use pkg-config to find expat and drop explicit HAVE_EXPAT and LIB_EXPAT since they are set by check_cfg
10 years ago
Karl Lindén
ca66dd1c90
specify mandatory=False when checking for expat so that the expat error message can be reached if expat is not found
10 years ago
Karl Lindén
71f0a1806f
reorder configuration options
10 years ago
Stephane Letz
70c920ba69
Correct CoreAudio devices aggregation code.
10 years ago
Stéphane Letz
4ea2e204f5
Merge pull request #107 from KimJeongYeon/master
eliminate duplicated examples.
10 years ago
KimJeongYeon
7676ac7a4d
eliminate duplicated examples.
10 years ago
Stéphane Letz
e38a27687a
Merge pull request #101 from 4c0n/bugfix/fix-status
Preserving original status
10 years ago
Youri Westerman
0b6616369a
Preserving original status
10 years ago
Olaf Hering
e4c470900f
Correct date/version ordering in jackd1
Signed-off-by: Olaf Hering <olaf@aepfle.de>
10 years ago
Stéphane Letz
3225446e98
Merge pull request #92 from x42/master
support [unescaped] double-quotes in jackdrc
10 years ago
Robin Gareus
886a64e02a
support [unescaped] double-quotes in jackdrc
allow autostart of jackd on OSX where device-names can
contain spaces.
10 years ago
Stephane Letz
81c129c1dd
Alexandru Costache patch for memory allocation failure.
10 years ago
Stéphane Letz
abad658b78
Merge pull request #86 from mseeber/array-to-short-2014-012-14
increase size of array to fit initializer string
10 years ago
Stéphane Letz
f806d26359
Merge pull request #87 from mseeber/warning-pointer-target-signedness-2014-12-18
fix warning for unsigned/signed pointer target
10 years ago
Markus Seeber
275357080c
fix warning for unsigned/signed pointer target
- use unsigned int instead of int (socklen_t is supposed to be unsigned)
- converted inconsistent line Ending to UNIX line ending
10 years ago
Markus Seeber
e1935e630e
increase size of array to fit initializer string
- fixed compiler warning
- fixed possible cropping of output
10 years ago
Stéphane Letz
7477bc2b01
Merge pull request #83 from mseeber/unused-label-warn-1
Fix compiler warning about unused label on non Win32
10 years ago
Markus Seeber
f67f7b0fdb
Add curly brackets
10 years ago
Markus Seeber
1f1478c263
better error messages
- separated two causes of an error
- gave the win32 "lost signal" case a more descriptive message
10 years ago
Markus Seeber
a66fe88a34
fix warning about unused label on non win32 build
- moved platform dependend code into scope its respective #ifdef
- killed one useless 'goto' with great pleasure
- introduced duplicate code to preserve behavior (fallthrough case)
10 years ago
Nedko Arnaudov
9087f53edf
Merge pull request #79 from mseeber/linebreaks
Changed inconsistent lineendings to UNIX format
10 years ago
Markus Seeber
1122d37324
Changed inconsistent lineendings to UNIX format
- used dos2unix
- this also cleaned some whitespaces
10 years ago
Stephane Letz
2cd233537a
Improve documentation.
10 years ago
Cédric Schieli
a450cdcc48
Allow skipping of audio reservation API
Setting the JACK_NO_AUDIO_RESERVATION environment variable let one skip the
audio reservation bits.
The main use case is a system-wide jackd promiscuous instance launched at boot
time. In such a case no session bus is available, and reservation doesn't
really makes sense anyway.
10 years ago
Stéphane Letz
55219a488d
Merge pull request #76 from ricardocrudo/master
including S24_LE/BE formats to linux alsa driver
10 years ago
Ricardo Crudo
9e70b86c65
including S24_LE/BE formats to linux alsa driver
10 years ago