renamed decode.h to decoder_control.h
This commit is contained in:
parent
dff8c6450b
commit
56cdce6946
@ -40,8 +40,8 @@ mpd_headers = \
|
|||||||
conf.h \
|
conf.h \
|
||||||
crossfade.h \
|
crossfade.h \
|
||||||
dbUtils.h \
|
dbUtils.h \
|
||||||
decode.h \
|
|
||||||
decoder_thread.h \
|
decoder_thread.h \
|
||||||
|
decoder_control.h \
|
||||||
decoder_api.h \
|
decoder_api.h \
|
||||||
decoder_internal.h \
|
decoder_internal.h \
|
||||||
directory.h \
|
directory.h \
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include "decoder_internal.h"
|
#include "decoder_internal.h"
|
||||||
#include "decoder_list.h"
|
#include "decoder_list.h"
|
||||||
#include "decode.h"
|
#include "decoder_control.h"
|
||||||
#include "player.h"
|
#include "player.h"
|
||||||
#include "audio.h"
|
#include "audio.h"
|
||||||
|
|
||||||
|
@ -16,7 +16,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 "decode.h"
|
#include "decoder_control.h"
|
||||||
|
|
||||||
struct decoder_control dc;
|
struct decoder_control dc;
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/* the Music Player Daemon (MPD)
|
/* the Music Player Daemon (MPD)
|
||||||
* Copyright (C) 2003-2007 by Warren Dukes (warren.dukes@gmail.com)
|
* 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 project's homepage is: http://www.musicpd.org
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "decoder_thread.h"
|
#include "decoder_thread.h"
|
||||||
#include "decode.h"
|
#include "decoder_control.h"
|
||||||
#include "decoder_internal.h"
|
#include "decoder_internal.h"
|
||||||
#include "player.h"
|
#include "player.h"
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "playerData.h"
|
#include "playerData.h"
|
||||||
#include "decode.h"
|
|
||||||
#include "player.h"
|
#include "player.h"
|
||||||
|
#include "decoder_control.h"
|
||||||
#include "outputBuffer.h"
|
#include "outputBuffer.h"
|
||||||
#include "conf.h"
|
#include "conf.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#include "player_thread.h"
|
#include "player_thread.h"
|
||||||
#include "player.h"
|
#include "player.h"
|
||||||
#include "playerData.h"
|
#include "playerData.h"
|
||||||
#include "decode.h"
|
#include "decoder_control.h"
|
||||||
#include "audio.h"
|
#include "audio.h"
|
||||||
#include "pcm_utils.h"
|
#include "pcm_utils.h"
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user