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/CMakeLists.txt

    r165 r171  
    11add_definitions(-DMPP_ENCODER -DFAST_MATH -DCVD_FASTLOG)
     2
     3if(MPC_ENDIANNESS)
     4add_definitions(-DMPC_BIG_ENDIAN)
     5endif(MPC_ENDIANNESS)
    26
    37include_directories(${libmpc_SOURCE_DIR}/include)
Note: See TracChangeset for help on using the changeset viewer.