ralphy wrote:
> I think line 37 in the main.c OSX resample commit e30e37bcc0ae should be
> #if OSX instead of #if MAC.
>
> >
Code:
--------------------
> > diff --git a/main.c b/main.c
> index 59d86e1..4e5b53d 100644
> --- a/main.c
> +++ b/main.c
> @@ -34,7 +34,7 @@ static void usage(const char *argv0) {
> " -a <b>:<p>:<f>:<m>\tSpecify ALSA params to open output device, b =
buffer time in ms or size in by
> #endif
> #if PORTAUDIO
> -#if MAC
> +#if OSX
> " -a <l>:<r>\t\tSpecify Portaudio params to open output device, l = target
latency in ms, r = allow
> #else
> " -a <l>\t\tSpecify Portaudio params to open output device, l = target
latency in ms\n"
>
--------------------
> >
thanks - fixed
------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=97046
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix