diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-06-11 09:51:44 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-06-11 09:51:44 +0000 |
| commit | 39c2837912e7b8b2519e390830bd090f4b4bf255 (patch) | |
| tree | 4fac36de253caf985fae3d20a62bffdf4dbd80b6 /src/plugins/Input/mpc/decoder_mpc.h | |
| parent | e9de5431a1a5e9d7808cae45c234bb5cb9fd473a (diff) | |
| download | qmmp-39c2837912e7b8b2519e390830bd090f4b4bf255.tar.gz qmmp-39c2837912e7b8b2519e390830bd090f4b4bf255.tar.bz2 qmmp-39c2837912e7b8b2519e390830bd090f4b4bf255.zip | |
removed old musepack library support
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8015 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mpc/decoder_mpc.h')
| -rw-r--r-- | src/plugins/Input/mpc/decoder_mpc.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/plugins/Input/mpc/decoder_mpc.h b/src/plugins/Input/mpc/decoder_mpc.h index 4c61304e1..a3c3da372 100644 --- a/src/plugins/Input/mpc/decoder_mpc.h +++ b/src/plugins/Input/mpc/decoder_mpc.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2016 by Ilya Kotov * + * Copyright (C) 2006-2018 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -21,12 +21,7 @@ #ifndef DECODER_MPC_H #define DECODER_MPC_H -#ifdef MPC_OLD_API -#include <mpcdec/mpcdec.h> -#else #include <mpc/mpcdec.h> -#endif - #include <qmmp/decoder.h> struct mpc_data |
