Ignore:
Timestamp:
12/19/06 23:02:00 (17 years ago)
Author:
zorg
Message:

Fix endianess

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/mpcenc/wave_in.c

    r165 r171  
    301301
    302302    // Convert to float and calculate M=(L+R)/2 and S=(L-R)/2 signals
    303 #if ENDIAN == HAVE_LITTLE_ENDIAN
     303#ifndef MPC_BIG_ENDIAN
    304304    if ( t->BytesPerSample == 2 ) {
    305305        switch ( t->Channels ) {
Note: See TracChangeset for help on using the changeset viewer.