Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
acfd9a73
Commit
acfd9a73
authored
Oct 21, 2009
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
output/jack: renamed source to jack_output_plugin.c
parent
b479a264
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Makefile.am
Makefile.am
+1
-1
jack_output_plugin.c
src/output/jack_output_plugin.c
+2
-2
output_list.c
src/output_list.c
+2
-2
No files found.
Makefile.am
View file @
acfd9a73
...
...
@@ -602,7 +602,7 @@ OUTPUT_SRC += src/output/pipe_output_plugin.c
endif
if
HAVE_JACK
OUTPUT_SRC
+=
src/output/jack_plugin.c
OUTPUT_SRC
+=
src/output/jack_
output_
plugin.c
endif
if
HAVE_MVP
...
...
src/output/jack_plugin.c
→
src/output/jack_
output_
plugin.c
View file @
acfd9a73
...
...
@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "
../
output_api.h"
#include "output_api.h"
#include "config.h"
#include <assert.h>
...
...
@@ -438,7 +438,7 @@ mpd_jack_play(void *data, const void *chunk, size_t size, GError **error)
return
size
*
frame_size
;
}
const
struct
audio_output_plugin
jack
P
lugin
=
{
const
struct
audio_output_plugin
jack
_output_p
lugin
=
{
.
name
=
"jack"
,
.
test_default_device
=
mpd_jack_test_default_device
,
.
init
=
mpd_jack_init
,
...
...
src/output_list.c
View file @
acfd9a73
...
...
@@ -33,7 +33,7 @@ extern const struct audio_output_plugin osxPlugin;
extern
const
struct
audio_output_plugin
solaris_output_plugin
;
extern
const
struct
audio_output_plugin
pulse_output_plugin
;
extern
const
struct
audio_output_plugin
mvp_output_plugin
;
extern
const
struct
audio_output_plugin
jack
P
lugin
;
extern
const
struct
audio_output_plugin
jack
_output_p
lugin
;
extern
const
struct
audio_output_plugin
httpd_output_plugin
;
extern
const
struct
audio_output_plugin
recorder_output_plugin
;
...
...
@@ -73,7 +73,7 @@ const struct audio_output_plugin *audio_output_plugins[] = {
&
mvp_output_plugin
,
#endif
#ifdef HAVE_JACK
&
jack
P
lugin
,
&
jack
_output_p
lugin
,
#endif
#ifdef ENABLE_HTTPD_OUTPUT
&
httpd_output_plugin
,
...
...
Write
Preview
Markdown
is supported
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