X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Falbino%2Falbino.c;h=3979a5153e0cf6c2f63a103db266dc1f1c5832ee;hb=f4d4669b66a9f23be85527f65dec19a566db561c;hp=60667f3f105ac02e1d2b6f491896a4f8f6903fa8;hpb=eae86b6ff2d11421e4839ffbe79c4c547d15751a;p=melted diff --git a/src/albino/albino.c b/src/albino/albino.c index 60667f3..3979a51 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 * @@ -24,6 +24,10 @@ #include #include +#ifdef __DARWIN__ +#include +#endif + /* Application header files */ #include #include @@ -59,15 +63,6 @@ int main( int argc, char **argv ) } else { - struct sched_param scp; - - // 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( ); response = valerie_parser_connect( parser );