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
46c15e4a
Commit
46c15e4a
authored
Feb 16, 2009
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
output: include cleanup
Don't include output_api.h in output_internal.h. This change requires adding missing includes in several sources.
parent
83ce0e53
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
2 deletions
+5
-2
audio.c
src/audio.c
+1
-0
output_all.c
src/output_all.c
+2
-0
output_internal.h
src/output_internal.h
+1
-1
output_state.c
src/output_state.c
+1
-1
No files found.
src/audio.c
View file @
46c15e4a
...
...
@@ -20,6 +20,7 @@
#include "audio_format.h"
#include "audio_parser.h"
#include "output_internal.h"
#include "output_plugin.h"
#include "output_all.h"
#include "mixer_api.h"
...
...
src/output_all.c
View file @
46c15e4a
...
...
@@ -19,8 +19,10 @@
#include "output_all.h"
#include "output_internal.h"
#include "output_control.h"
#include "conf.h"
#include <assert.h>
#include <string.h>
static
struct
audio_format
input_audio_format
;
...
...
src/output_internal.h
View file @
46c15e4a
...
...
@@ -20,7 +20,7 @@
#ifndef MPD_OUTPUT_INTERNAL_H
#define MPD_OUTPUT_INTERNAL_H
#include "
output_api
.h"
#include "
audio_format
.h"
#include "pcm_convert.h"
#include "notify.h"
...
...
src/output_state.c
View file @
46c15e4a
...
...
@@ -28,8 +28,8 @@
#include <glib.h>
#include <assert.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#define AUDIO_DEVICE_STATE "audio_device_state:"
...
...
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