Changeset 4857:de849b04df05 in roaraudio


Ignore:
Timestamp:
04/11/11 12:12:36 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

test if paPackedInt24 is supported (defined)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/driver_portaudio.c

    r4855 r4857  
    6565    fmt = paInt16; 
    6666   break; 
     67#ifdef paPackedInt24 
    6768  case 24: 
    6869    if ( info->codec != ROAR_CODEC_DEFAULT ) 
     
    7071    fmt = paPackedInt24; 
    7172   break; 
     73#endif 
    7274  case 32: 
    7375    if ( info->codec != ROAR_CODEC_DEFAULT ) 
Note: See TracChangeset for help on using the changeset viewer.