10131daccb
musepack encoder
13 lines
577 B
Plaintext
13 lines
577 B
Plaintext
$OpenBSD: patch-src_CMakeLists_txt,v 1.1.1.1 2006/12/19 19:15:25 steven Exp $
|
|
--- src/CMakeLists.txt.orig Wed Nov 8 19:53:41 2006
|
|
+++ src/CMakeLists.txt Tue Dec 19 14:32:43 2006
|
|
@@ -1,4 +1,7 @@
|
|
-add_definitions(-DMPP_ENCODER -DFAST_MATH -DCVD_FASTLOG)
|
|
+add_definitions(-DMPP_ENCODER -DFAST_MATH)
|
|
+if(WORDS_BIGENDIAN)
|
|
+add_definitions(-DWORDS_BIGENDIAN)
|
|
+endif(WORDS_BIGENDIAN)
|
|
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)
|
|
|
|
if(WIN32)
|