diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-09-01 17:57:05 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-09-01 17:57:05 +0000 |
| commit | cff18fc980fcc031613a3e7d0bd32fe47bded6c7 (patch) | |
| tree | 4ccf0052734c1314c373322573e7015ae132c591 /src/plugins/Output/alsa/outputalsa.h | |
| parent | 5f0246e0ad17d3f317cfdc1569f51f85287a495c (diff) | |
| download | qmmp-cff18fc980fcc031613a3e7d0bd32fe47bded6c7.tar.gz qmmp-cff18fc980fcc031613a3e7d0bd32fe47bded6c7.tar.bz2 qmmp-cff18fc980fcc031613a3e7d0bd32fe47bded6c7.zip | |
dropped some old libs
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8279 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Output/alsa/outputalsa.h')
| -rw-r--r-- | src/plugins/Output/alsa/outputalsa.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/Output/alsa/outputalsa.h b/src/plugins/Output/alsa/outputalsa.h index 3a2ad42f1..0a3a68118 100644 --- a/src/plugins/Output/alsa/outputalsa.h +++ b/src/plugins/Output/alsa/outputalsa.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2006-2014 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 * @@ -64,9 +64,7 @@ private: qint64 m_prebuf_fill; bool m_can_pause; //channel conversions -#if (SND_LIB_VERSION >= 0x01001B) QHash <quint16, Qmmp::ChannelPosition> m_alsa_channels; -#endif }; class VolumeALSA : public Volume |
