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
54ad08ab
Commit
54ad08ab
authored
Nov 11, 2008
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
replay_gain: renamed sources to replay_gain.c, replay_gain.h
No CamelCase file names.
parent
130659e8
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
Makefile.am
src/Makefile.am
+2
-2
decoder_api.h
src/decoder_api.h
+1
-1
main.c
src/main.c
+1
-1
replay_gain.c
src/replay_gain.c
+1
-1
replay_gain.h
src/replay_gain.h
+0
-0
No files found.
src/Makefile.am
View file @
54ad08ab
...
@@ -59,7 +59,7 @@ mpd_headers = \
...
@@ -59,7 +59,7 @@ mpd_headers = \
playerData.h
\
playerData.h
\
playlist.h
\
playlist.h
\
playlist_save.h
\
playlist_save.h
\
replay
G
ain.h
\
replay
_g
ain.h
\
signal_check.h
\
signal_check.h
\
sig_handlers.h
\
sig_handlers.h
\
song.h
\
song.h
\
...
@@ -137,7 +137,7 @@ mpd_SOURCES = \
...
@@ -137,7 +137,7 @@ mpd_SOURCES = \
playerData.c
\
playerData.c
\
playlist.c
\
playlist.c
\
playlist_save.c
\
playlist_save.c
\
replay
G
ain.c
\
replay
_g
ain.c
\
sig_handlers.c
\
sig_handlers.c
\
signal_check.c
\
signal_check.c
\
song.c
\
song.c
\
...
...
src/decoder_api.h
View file @
54ad08ab
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
*/
*/
#include "input_stream.h"
#include "input_stream.h"
#include "replay
G
ain.h"
#include "replay
_g
ain.h"
#include "tag.h"
#include "tag.h"
#include "tag_id3.h"
#include "tag_id3.h"
#include "audio_format.h"
#include "audio_format.h"
...
...
src/main.c
View file @
54ad08ab
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
#include "volume.h"
#include "volume.h"
#include "log.h"
#include "log.h"
#include "permission.h"
#include "permission.h"
#include "replay
G
ain.h"
#include "replay
_g
ain.h"
#include "decoder_list.h"
#include "decoder_list.h"
#include "audioOutput.h"
#include "audioOutput.h"
#include "input_stream.h"
#include "input_stream.h"
...
...
src/replay
G
ain.c
→
src/replay
_g
ain.c
View file @
54ad08ab
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
*/
#include "replay
G
ain.h"
#include "replay
_g
ain.h"
#include "utils.h"
#include "utils.h"
#include "log.h"
#include "log.h"
...
...
src/replay
G
ain.h
→
src/replay
_g
ain.h
View file @
54ad08ab
File moved
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