aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-26 08:44:12 +0200
committerMax Kellermann <max@duempel.org>2008-08-26 08:44:12 +0200
commitdff8c6450b8e3bd4dbc19fcce52faa8c5950b662 (patch)
tree04f98f71807789e86e627d9f7466c466326bd5b4 /src/Makefile.am
parent4255bba0f7cbd4a1ac24859a65f8d974d1fb5a9b (diff)
downloadmpd-dff8c6450b8e3bd4dbc19fcce52faa8c5950b662.tar.gz
mpd-dff8c6450b8e3bd4dbc19fcce52faa8c5950b662.tar.xz
mpd-dff8c6450b8e3bd4dbc19fcce52faa8c5950b662.zip
renamed decode.c to decoder_thread.c
It should be obvious in which thread or context a function is being executed at runtime. The code which was left in decode.c is for the decoder thread itself; give the file a better name.
Diffstat (limited to '')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 28a949b4e..ff4db3523 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -41,6 +41,7 @@ mpd_headers = \
crossfade.h \
dbUtils.h \
decode.h \
+ decoder_thread.h \
decoder_api.h \
decoder_internal.h \
directory.h \
@@ -106,7 +107,7 @@ mpd_SOURCES = \
conf.c \
crossfade.c \
dbUtils.c \
- decode.c \
+ decoder_thread.c \
decoder_control.c \
decoder_api.c \
directory.c \