X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Falbino%2Falbino.c;h=2c3cac5d0afe1a6b9e63155c221ecd638258399d;hb=54f727b53111ab4875702161e9eadd71d1f5241c;hp=9a65e29de45cb0dbc2ee06b39dc27e6bcc307786;hpb=e181487943ee00952a17917a3467f959ebf707b5;p=melted diff --git a/src/albino/albino.c b/src/albino/albino.c index 9a65e29..2c3cac5 100644 --- a/src/albino/albino.c +++ b/src/albino/albino.c @@ -1,5 +1,5 @@ /* - * albino.c -- Local dv1394d Test Util + * albino.c -- Local Valerie/Miracle Test Utility * Copyright (C) 2002-2003 Ushodaya Enterprises Limited * Author: Charles Yates * @@ -64,7 +64,9 @@ int main( int argc, char **argv ) // Use realtime scheduling if possible memset( &scp, '\0', sizeof( scp ) ); scp.sched_priority = sched_get_priority_max( SCHED_FIFO ) - 1; +#ifndef __DARWIN__ sched_setscheduler( 0, SCHED_FIFO, &scp ); +#endif printf( "Miracle Standalone Instance\n" ); parser = miracle_parser_init_local( );