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
Aayush
purr-data
Commits
7c314414
Commit
7c314414
authored
Aug 01, 2007
by
Miller Puckette
Browse files
fix s_audio_jack.c name clash
parent
c2f0c369
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/s_audio_jack.c
View file @
7c314414
...
@@ -194,7 +194,7 @@ static int jack_connect_ports(char* client)
...
@@ -194,7 +194,7 @@ static int jack_connect_ports(char* client)
}
}
void
jack_error_callback
(
const
char
*
desc
)
{
void
pd_
jack_error_callback
(
const
char
*
desc
)
{
return
;
return
;
}
}
...
@@ -244,7 +244,7 @@ jack_open_audio(int inchans, int outchans, int rate)
...
@@ -244,7 +244,7 @@ jack_open_audio(int inchans, int outchans, int rate)
jack_set_process_callback
(
jack_client
,
process
,
0
);
jack_set_process_callback
(
jack_client
,
process
,
0
);
jack_set_error_function
(
jack_error_callback
);
jack_set_error_function
(
pd_
jack_error_callback
);
#ifdef JACK_XRUN
#ifdef JACK_XRUN
jack_set_xrun_callback
(
jack_client
,
jack_xrun
,
NULL
);
jack_set_xrun_callback
(
jack_client
,
jack_xrun
,
NULL
);
...
...
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