mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-10 14:46:24 +01:00
Fix for bug #1046
This commit is contained in:
@@ -63,7 +63,6 @@ function build
|
|||||||
function cleanAction
|
function cleanAction
|
||||||
{
|
{
|
||||||
[ -d "${TARGET_TEMP_DIR}" ] && rm -rf "${TARGET_TEMP_DIR}"
|
[ -d "${TARGET_TEMP_DIR}" ] && rm -rf "${TARGET_TEMP_DIR}"
|
||||||
rm -f "${TARGET_BUILD_DIR}/hard_limiter_1413.so"
|
|
||||||
rm -f "${TARGET_BUILD_DIR}/sc4_1882.so"
|
rm -f "${TARGET_BUILD_DIR}/sc4_1882.so"
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -87,7 +86,6 @@ function buildAction
|
|||||||
echo >config.h
|
echo >config.h
|
||||||
|
|
||||||
# Build the 2 standard plugins
|
# Build the 2 standard plugins
|
||||||
build hard_limiter_1413 hard_limiter_1413.c
|
|
||||||
build sc4_1882 sc4_1882.c util/db.c util/rms.c
|
build sc4_1882 sc4_1882.c util/db.c util/rms.c
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user