Skip to content

Commit

Permalink
Temporarily use fork
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Nov 14, 2017
1 parent d5ad181 commit 9b3c67f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
[submodule "plugins/Xpressive/exprtk"]
path = plugins/Xpressive/exprtk
url = https://github.com/ArashPartow/exprtk
[submodule "plugins/LadspaEffect/tap/tap"]
path = plugins/LadspaEffect/tap/tap
url = https://github.com/tomszilagyi/tap-plugins
[submodule "plugins/LadspaEffect/tap/tap-plugins"]
path = plugins/LadspaEffect/tap/tap-plugins
url = https://github.com/tresf/tap-plugins
1 change: 1 addition & 0 deletions build/plugins/LadspaEffect/tap/tap-plugins
Submodule tap-plugins added at 6a252e
6 changes: 5 additions & 1 deletion plugins/LadspaEffect/tap/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
INCLUDE_DIRECTORIES("${CMAKE_SOURCE_DIR}/include")
FILE(GLOB PLUGIN_SOURCES tap/*.c)
FILE(GLOB PLUGIN_SOURCES tap-plugins/*.c)
LIST(SORT PLUGIN_SOURCES)
SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O3 -Wno-write-strings -fomit-frame-pointer -fno-strict-aliasing -fstrength-reduce -funroll-loops -ffast-math")
FOREACH(_item ${PLUGIN_SOURCES})
GET_FILENAME_COMPONENT(_plugin "${_item}" NAME_WE)
ADD_LIBRARY("${_plugin}" MODULE "${_item}")
# TAP pinknoise will re-init srand(); use existing seed instead
IF("${_plugin}" MATCHES "tap_pinknoise")
TARGET_COMPILE_DEFINITIONS("${_plugin}" PRIVATE TAP_DISABLE_SRAND=1)
ENDIF()
INSTALL(TARGETS "${_plugin}" LIBRARY DESTINATION "${PLUGIN_DIR}/ladspa")
SET_TARGET_PROPERTIES("${_plugin}" PROPERTIES PREFIX "")
# Don't strip if "Debug" or "RelWithDebInfo"
Expand Down
1 change: 0 additions & 1 deletion plugins/LadspaEffect/tap/tap
Submodule tap deleted from 853e92
1 change: 1 addition & 0 deletions plugins/LadspaEffect/tap/tap-plugins
Submodule tap-plugins added at b3978d

0 comments on commit 9b3c67f

Please sign in to comment.