mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
vamp API/ABI uses gcc4/5 specific C++ :(
This commit is contained in:
parent
491d183c78
commit
f683f534a4
1 changed files with 9 additions and 4 deletions
|
|
@ -650,12 +650,17 @@ if test -n "$MIXBUS"; then
|
|||
|
||||
echo "Adding Harrison Vamp Plugins"
|
||||
|
||||
if test "$GCC5ABI" = "true"; then
|
||||
VAMPARCH="${HARCH}gcc5"
|
||||
else
|
||||
VAMPARCH="${HARCH}"
|
||||
fi
|
||||
curl -s -S --fail -# \
|
||||
-z "${CACHEDIR}/harrison_vamp.${HARCH}.so" \
|
||||
-o "${CACHEDIR}/harrison_vamp.${HARCH}.so" \
|
||||
"http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp/harrison_vamp.${HARCH}.so"
|
||||
-z "${CACHEDIR}/harrison_vamp.${VAMPARCH}.so" \
|
||||
-o "${CACHEDIR}/harrison_vamp.${VAMPARCH}.so" \
|
||||
"http://www.harrisonconsoles.com/mixbus/mb3/beta/harrison-dsp/harrison_vamp.${VAMPARCH}.so"
|
||||
|
||||
cp "${CACHEDIR}/harrison_vamp.${HARCH}.so" \
|
||||
cp "${CACHEDIR}/harrison_vamp.${VAMPARCH}.so" \
|
||||
$APPLIB/harrison_vamp.so
|
||||
chmod +x $APPLIB/harrison_vamp.so
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue