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
241e9493
Commit
241e9493
authored
Jan 04, 2010
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
replay_gain: moved code to replay_gain_config.c
parent
1330274f
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
15 deletions
+9
-15
Makefile.am
Makefile.am
+2
-2
command.c
src/command.c
+1
-1
decoder_api.c
src/decoder_api.c
+1
-1
decoder_thread.c
src/decoder_thread.c
+1
-1
main.c
src/main.c
+1
-1
replay_gain_config.c
src/replay_gain_config.c
+1
-4
replay_gain_config.h
src/replay_gain_config.h
+2
-5
No files found.
Makefile.am
View file @
241e9493
...
...
@@ -168,7 +168,7 @@ mpd_headers = \
src/queue.h
\
src/queue_print.h
\
src/queue_save.h
\
src/replay_gain.h
\
src/replay_gain
_config
.h
\
src/replay_gain_info.h
\
src/replay_gain_state.h
\
src/sig_handlers.h
\
...
...
@@ -296,7 +296,7 @@ src_mpd_SOURCES = \
src/queue.c
\
src/queue_print.c
\
src/queue_save.c
\
src/replay_gain.c
\
src/replay_gain
_config
.c
\
src/replay_gain_info.c
\
src/replay_gain_state.c
\
src/sig_handlers.c
\
...
...
src/command.c
View file @
241e9493
...
...
@@ -46,7 +46,7 @@
#include "client.h"
#include "tag_print.h"
#include "path.h"
#include "replay_gain.h"
#include "replay_gain
_config
.h"
#include "idle.h"
#ifdef ENABLE_SQLITE
...
...
src/decoder_api.c
View file @
241e9493
...
...
@@ -28,7 +28,7 @@
#include "pipe.h"
#include "chunk.h"
#include "replay_gain_state.h"
#include "replay_gain.h"
#include "replay_gain
_config
.h"
#include <glib.h>
...
...
src/decoder_thread.c
View file @
241e9493
...
...
@@ -32,7 +32,7 @@
#include "path.h"
#include "uri.h"
#include "replay_gain_state.h"
#include "replay_gain.h"
#include "replay_gain
_config
.h"
#include <glib.h>
...
...
src/main.c
View file @
241e9493
...
...
@@ -42,7 +42,7 @@
#include "volume.h"
#include "log.h"
#include "permission.h"
#include "replay_gain.h"
#include "replay_gain
_config
.h"
#include "decoder_list.h"
#include "input_init.h"
#include "playlist_list.h"
...
...
src/replay_gain.c
→
src/replay_gain
_config
.c
View file @
241e9493
...
...
@@ -16,12 +16,9 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/*
* (c)2004 replayGain code by AliasMrJones
*/
#include "config.h"
#include "replay_gain.h"
#include "replay_gain
_config
.h"
#include "conf.h"
#include "idle.h"
...
...
src/replay_gain.h
→
src/replay_gain
_config
.h
View file @
241e9493
...
...
@@ -16,12 +16,9 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/*
* (c)2004 replayGain code by AliasMrJones
*/
#ifndef MPD_REPLAY_GAIN_H
#define MPD_REPLAY_GAIN_H
#ifndef MPD_REPLAY_GAIN_
CONFIG_
H
#define MPD_REPLAY_GAIN_
CONFIG_
H
#include "check.h"
#include "replay_gain_info.h"
...
...
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