renamed decode.h to decoder_control.h

This commit is contained in:
Max Kellermann 2008-08-26 08:44:19 +02:00
parent dff8c6450b
commit 56cdce6946
7 changed files with 7 additions and 6 deletions

View File

@ -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 \

View File

@ -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"

View File

@ -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;

View File

@ -1,5 +1,6 @@
/* 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

View File

@ -18,7 +18,7 @@
*/
#include "decoder_thread.h"
#include "decode.h"
#include "decoder_control.h"
#include "decoder_internal.h"
#include "player.h"

View File

@ -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"

View File

@ -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"