diff options
author | Max Kellermann <max@duempel.org> | 2013-10-20 13:03:58 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-20 13:03:58 +0200 |
commit | 17ecc56e83cfa2eda27ad664f53f6b9dc37ce8a1 (patch) | |
tree | 54a0989aa7d925d8d52a8407b4acfd2a361d0529 | |
parent | 6a42e6f6d4e64e0e1c3dbc126d616edbf97deead (diff) | |
download | mpd-17ecc56e83cfa2eda27ad664f53f6b9dc37ce8a1.tar.gz mpd-17ecc56e83cfa2eda27ad664f53f6b9dc37ce8a1.tar.xz mpd-17ecc56e83cfa2eda27ad664f53f6b9dc37ce8a1.zip |
decoder/sidplay: update file name
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | src/decoder/SidplayDecoderPlugin.cxx (renamed from src/decoder/sidplay_decoder_plugin.cxx) | 0 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index d70828e22..a4f443f50 100644 --- a/Makefile.am +++ b/Makefile.am @@ -617,7 +617,8 @@ DECODER_LIBS += libmodplug_decoder_plugin.a $(MODPLUG_LIBS) endif if ENABLE_SIDPLAY -libdecoder_plugins_a_SOURCES += src/decoder/sidplay_decoder_plugin.cxx +libdecoder_plugins_a_SOURCES += \ + src/decoder/SidplayDecoderPlugin.cxx endif if ENABLE_FLUIDSYNTH diff --git a/src/decoder/sidplay_decoder_plugin.cxx b/src/decoder/SidplayDecoderPlugin.cxx index 3dbede9b5..3dbede9b5 100644 --- a/src/decoder/sidplay_decoder_plugin.cxx +++ b/src/decoder/SidplayDecoderPlugin.cxx |