Changeset 105 for mppenc/trunk/src
- Timestamp:
- 11/08/06 20:53:41 (18 years ago)
- Location:
- mppenc/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
mppenc/trunk/src/CMakeLists.txt
r100 r105 1 1 add_definitions(-DMPP_ENCODER -DFAST_MATH -DCVD_FASTLOG) 2 2 add_executable(mppenc analy_filter encode_sv7 huffsv7 profile stderr winmsg ans fastmath keyboard psy tags bitstream fft4g mppenc psy_tab tools cvd fft_routines pipeopen quant wave_in) 3 4 if(WIN32) 5 target_link_libraries(mppenc winmm) 6 endif(WIN32) 7 8 if(NOT MSVC) 3 9 target_link_libraries(mppenc m) 10 endif(NOT MSVC) 11 4 12 if(CMAKE_SYSTEM_NAME STREQUAL OpenBSD) 5 13 target_link_libraries(mppenc ossaudio) 6 14 endif(CMAKE_SYSTEM_NAME STREQUAL OpenBSD) 15 7 16 install(TARGETS mppenc RUNTIME DESTINATION bin) -
mppenc/trunk/src/mppenc.h
r97 r105 20 20 #ifndef MPPENC_MPPENC_H 21 21 #define MPPENC_MPPENC_H 22 23 #ifdef _WIN3224 # define CVD_FASTLOG25 # define FAST_MATH26 #endif27 22 28 23 #include "mppdec.h"
Note: See TracChangeset
for help on using the changeset viewer.