shithub: sox

Download patch

ref: a6c1a357074753f2ed9bfac16295d401902df204
parent: 381a7bd0e2bbe4838cc59f9220eaecaa46b6a303
author: Rob Sykes <robs@users.sourceforge.net>
date: Sat Apr 2 04:50:39 EDT 2011

cmake build fix

--- a/lpc10/CMakeLists.txt
+++ b/lpc10/CMakeLists.txt
@@ -1,8 +1,3 @@
-add_custom_command(
-  OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/soxstdint.h
-  COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/../src/soxstdint.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/soxstdint.h
-  DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/../src/soxstdint.h.cmake
-)
 include_directories(${CMAKE_CURRENT_BINARY_DIR})
 
 add_library(lpc10 analys bsynz chanwr dcbias decode deemp difmag dyptrk encode energy f2clib ham84 hp100 invert irc2pc ivfilt lpcdec lpcenc lpcini lpfilt median mload onset pitsyn placea placev preemp prepro random rcchk synths tbdm voicin vparms soxstdint)