Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
d58b6252
Commit
d58b6252
authored
Aug 07, 2016
by
Jonathan Wilkes
Browse files
add Matt Barber's patches for OSX: Added missing void returns and change lib pd to pd-l2ork
parent
0f004f69
Pipeline
#135
failed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
externals/OSCx/configure
View file @
d58b6252
...
...
@@ -4447,7 +4447,7 @@ else
;;
*
-
*
-darwin
*
)
CFLAGS
=
"
$CFLAGS
-DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O3 "
LDFLAGS
=
" -bundle -bundle_loader ../../../pd/bin/pd -flat_namespace "
LDFLAGS
=
" -bundle -bundle_loader ../../../pd/bin/pd
-l2ork
-flat_namespace "
pd_suffix
=
pd_darwin
LIBS
=
"-lc -lm"
;;
...
...
externals/iem/iemmatrix/src/mtx_dispersive_dline.c
View file @
d58b6252
...
...
@@ -153,7 +153,7 @@ static allpass_chain_cycle (t_float x, t_float *y, t_float *z, int n, t_float a)
}
}
static
mtx_dispersive_dline_matrix
(
t_mtx_dispersive_dline
*
x
,
t_symbol
*
s
,
static
void
mtx_dispersive_dline_matrix
(
t_mtx_dispersive_dline
*
x
,
t_symbol
*
s
,
int
argc
,
t_atom
*
argv
)
{
int
channels
=
(
int
)
atom_getfloat
(
argv
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment