Commit 54ad08ab authored by Max Kellermann's avatar Max Kellermann

replay_gain: renamed sources to replay_gain.c, replay_gain.h

No CamelCase file names.
parent 130659e8
...@@ -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 \
replayGain.h \ replay_gain.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 \
replayGain.c \ replay_gain.c \
sig_handlers.c \ sig_handlers.c \
signal_check.c \ signal_check.c \
song.c \ song.c \
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
*/ */
#include "input_stream.h" #include "input_stream.h"
#include "replayGain.h" #include "replay_gain.h"
#include "tag.h" #include "tag.h"
#include "tag_id3.h" #include "tag_id3.h"
#include "audio_format.h" #include "audio_format.h"
......
...@@ -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 "replayGain.h" #include "replay_gain.h"
#include "decoder_list.h" #include "decoder_list.h"
#include "audioOutput.h" #include "audioOutput.h"
#include "input_stream.h" #include "input_stream.h"
......
...@@ -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 "replayGain.h" #include "replay_gain.h"
#include "utils.h" #include "utils.h"
#include "log.h" #include "log.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment