cmAudioAggDev.c : Commented out call to recdPrint() to fix link problem on Mac.
This commit is contained in:
parent
538996549b
commit
3c81940892
@ -716,7 +716,7 @@ void _cmApAggPortCb2( cmApAudioPacket_t* inPktArray, unsigned inPktCnt, cmApAudi
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void recdPrint();
|
//void recdPrint();
|
||||||
|
|
||||||
// Audio Port testing function
|
// Audio Port testing function
|
||||||
int cmApAggTest( bool runFl, cmCtx_t* ctx, int argc, const char* argv[] )
|
int cmApAggTest( bool runFl, cmCtx_t* ctx, int argc, const char* argv[] )
|
||||||
@ -895,7 +895,7 @@ int cmApAggTest( bool runFl, cmCtx_t* ctx, int argc, const char* argv[] )
|
|||||||
|
|
||||||
|
|
||||||
case 'r':
|
case 'r':
|
||||||
recdPrint();
|
//recdPrint();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user