Ignore:
Timestamp:
03/26/07 13:23:05 (17 years ago)
Author:
r2d
Message:

CMakeLists.txt update to build replaygain using libreplaygain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/CMakeLists.txt

    r238 r240  
    88
    99if(NOT MSVC)
    10 set(CMAKE_C_FLAGS "-O2 -fomit-frame-pointer -pipe")
     10set(CMAKE_C_FLAGS "-O3 -fomit-frame-pointer -pipe")
    1111endif(NOT MSVC)
    1212
     
    1515add_subdirectory(libmpcenc)
    1616add_subdirectory(libwavformat)
    17 # add_subdirectory(mpcgain)
     17add_subdirectory(mpcgain)
    1818add_subdirectory(mpcdec)
    1919add_subdirectory(mpcenc)
Note: See TracChangeset for help on using the changeset viewer.