Ignore:
Timestamp:
12/19/06 22:27:26 (17 years ago)
Author:
zorg
Message:

Fix endianness issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mppenc/trunk/src/wave_in.c

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