Commit 56cdce69 authored by Max Kellermann's avatar Max Kellermann

renamed decode.h to decoder_control.h

parent dff8c645
......@@ -40,8 +40,8 @@ mpd_headers = \
conf.h \
crossfade.h \
dbUtils.h \
decode.h \
decoder_thread.h \
decoder_control.h \
decoder_api.h \
decoder_internal.h \
directory.h \
......
......@@ -19,7 +19,7 @@
#include "decoder_internal.h"
#include "decoder_list.h"
#include "decode.h"
#include "decoder_control.h"
#include "player.h"
#include "audio.h"
......
......@@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "decode.h"
#include "decoder_control.h"
struct decoder_control dc;
......
/* the Music Player Daemon (MPD)
* Copyright (C) 2003-2007 by Warren Dukes (warren.dukes@gmail.com)
* Copyright (C) 2008 Max Kellermann <max@duempel.org>
* This project's homepage is: http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
......
......@@ -18,7 +18,7 @@
*/
#include "decoder_thread.h"
#include "decode.h"
#include "decoder_control.h"
#include "decoder_internal.h"
#include "player.h"
......
......@@ -17,8 +17,8 @@
*/
#include "playerData.h"
#include "decode.h"
#include "player.h"
#include "decoder_control.h"
#include "outputBuffer.h"
#include "conf.h"
#include "log.h"
......
......@@ -19,7 +19,7 @@
#include "player_thread.h"
#include "player.h"
#include "playerData.h"
#include "decode.h"
#include "decoder_control.h"
#include "audio.h"
#include "pcm_utils.h"
#include "path.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