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
479d02da
Commit
479d02da
authored
Aug 26, 2008
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jack: removed unused macros
parent
edd7e2f9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
audioOutput_jack.c
src/audioOutputs/audioOutput_jack.c
+0
-10
No files found.
src/audioOutputs/audioOutput_jack.c
View file @
479d02da
...
...
@@ -30,16 +30,6 @@
pthread_mutex_t
play_audio_lock
=
PTHREAD_MUTEX_INITIALIZER
;
pthread_cond_t
play_audio
=
PTHREAD_COND_INITIALIZER
;
/*#include "dmalloc.h"*/
#ifdef MIN
# undef MIN
# define MIN(a, b) ((a) < (b) ? (a) : (b))
#endif
/*#define SAMPLE_SIZE sizeof(jack_default_audio_sample_t);*/
static
char
*
name
=
"mpd"
;
static
char
*
output_ports
[
2
];
static
int
ringbuf_sz
=
32768
;
...
...
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