Changeset 340


Ignore:
Timestamp:
07/22/07 16:42:10 (17 years ago)
Author:
r2d
Message:

corrections for windows build

Location:
libmpc/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/libmpcpsy/cvd.c

    r327 r340  
    1717 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    1818 */
    19 #include "mpc/mpc_types.h"
    20 #include "libmpcpsy.h"
    2119
    2220#include <math.h>
    2321#include <string.h>
     22
     23#include "mpc/mpc_types.h"
     24#include "mpc/mpcmath.h"
     25#include "libmpcpsy.h"
    2426
    2527void   Cepstrum2048  ( float* cep, const int );
  • libmpc/trunk/mpccut/CMakeLists.txt

    r332 r340  
    88if(MSVC)
    99include_directories(${libmpc_SOURCE_DIR}/win32)
    10 add_executable(mpccut ${libmpc_SOURCE_DIR}/win32/attgetopt)
     10add_executable(mpccut mpccut ${libmpc_SOURCE_DIR}/win32/attgetopt)
    1111endif(MSVC)
    1212
    13 add_executable(mpccut mpccut.c)
     13add_executable(mpccut mpccut)
    1414
    1515target_link_libraries(mpccut mpcdec_static)
  • libmpc/trunk/mpcdec/CMakeLists.txt

    r332 r340  
    88if(MSVC)
    99include_directories(${libmpc_SOURCE_DIR}/win32)
    10 add_executable(mpcdec ${libmpc_SOURCE_DIR}/win32/attgetopt)
     10add_executable(mpcdec mpcdec ${libmpc_SOURCE_DIR}/win32/attgetopt)
    1111endif(MSVC)
    1212
    13 add_executable(mpcdec mpcdec.c)
     13add_executable(mpcdec mpcdec)
    1414
    1515if(NOT MSVC)
  • libmpc/trunk/mpcenc/CMakeLists.txt

    r236 r340  
    1 add_definitions(-DMPP_ENCODER -DFAST_MATH -DCVD_FASTLOG)
    2 
    31if(MPC_ENDIANNESS)
    42add_definitions(-DMPC_BIG_ENDIAN)
Note: See TracChangeset for help on using the changeset viewer.