function and do neither have a short name, nor an address to store
a value to (--cdr, --au). The effect was that on
mpg123 --au test.au -n 300 file.bla
parsing stopped after test.au and mpg123 tried to open the file "-n".
I fail to understand the idea behind the lines in getlopt.c that I
disabled. Perhaps one time, Oliver can explain the reasoning to me.
git-svn-id: svn://scm.orgis.org/mpg123/trunk@3777 35dc7657-300d-0410-a2e5-dc2837fedb53
You select it via --with-cpu=generic_float, which implies dummy output and also disables the buffer.
The decoded audio can be written raw or to a IEEE float wav file.
This demonstrates that it's doable and not too complicated for the generic code.
Next would be to a) make it into a runtime option and b) adapt assembler opts to that.
The latter will most likely not happen for every opt.
git-svn-id: svn://scm.orgis.org/mpg123/trunk@668 35dc7657-300d-0410-a2e5-dc2837fedb53
a) turning any potentially harmful (to terminal) exit()s into return or safe_exit in mpg123.c
b) alsong that, convert many fprintf(stderr to the error macro
I tried to refrain from more cleanups...
git-svn-id: svn://scm.orgis.org/mpg123/trunk@490 35dc7657-300d-0410-a2e5-dc2837fedb53
Fixed the obvious ones and made the option parser bail out if it encouters such an error again.
git-svn-id: svn://scm.orgis.org/mpg123/trunk@181 35dc7657-300d-0410-a2e5-dc2837fedb53
Also, I want to take the chance to hint at scripts/debugdef.pl that I added previously:
It is a Perl script generating the debug.h header in a way to avoid variadic macros for fprintf.
Result are debugN macros that mean "debug line with N arguments". Examples:
debug1("Ok, there's one value: %i", var)
debug3("now three of them: %i %f %i", var1, var2, var3)
simplest case:
debug("just a message");
git-svn-id: svn://scm.orgis.org/mpg123/trunk@176 35dc7657-300d-0410-a2e5-dc2837fedb53
Moving aside old build system and calling it 'legacy'.
Can build legacy system using ./MakeLegacy.sh <foo>
git-svn-id: svn://scm.orgis.org/mpg123/trunk@149 35dc7657-300d-0410-a2e5-dc2837fedb53