Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
fd5e74db
Commit
fd5e74db
authored
Jun 16, 2019
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pcm/Pcm{Dop,Export}: drop "Pcm" prefix
parent
b64571f4
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
HwSetup.hxx
src/lib/alsa/HwSetup.hxx
+1
-1
AlsaOutputPlugin.cxx
src/output/plugins/AlsaOutputPlugin.cxx
+1
-1
OSXOutputPlugin.cxx
src/output/plugins/OSXOutputPlugin.cxx
+1
-1
OssOutputPlugin.cxx
src/output/plugins/OssOutputPlugin.cxx
+1
-1
Dop.cxx
src/pcm/Dop.cxx
+1
-1
Dop.hxx
src/pcm/Dop.hxx
+0
-0
Export.cxx
src/pcm/Export.cxx
+2
-2
Export.hxx
src/pcm/Export.hxx
+0
-0
meson.build
src/pcm/meson.build
+2
-2
test_pcm_export.cxx
test/test_pcm_export.cxx
+1
-1
No files found.
src/lib/alsa/HwSetup.hxx
View file @
fd5e74db
...
...
@@ -20,7 +20,7 @@
#ifndef MPD_ALSA_HW_SETUP_HXX
#define MPD_ALSA_HW_SETUP_HXX
#include "pcm/
Pcm
Export.hxx"
#include "pcm/Export.hxx"
#include <alsa/asoundlib.h>
...
...
src/output/plugins/AlsaOutputPlugin.cxx
View file @
fd5e74db
...
...
@@ -26,7 +26,7 @@
#include "lib/alsa/Version.hxx"
#include "../OutputAPI.hxx"
#include "mixer/MixerList.hxx"
#include "pcm/
Pcm
Export.hxx"
#include "pcm/Export.hxx"
#include "thread/Mutex.hxx"
#include "thread/Cond.hxx"
#include "util/Manual.hxx"
...
...
src/output/plugins/OSXOutputPlugin.cxx
View file @
fd5e74db
...
...
@@ -26,7 +26,7 @@
#include "util/Domain.hxx"
#include "util/Manual.hxx"
#include "util/ConstBuffer.hxx"
#include "pcm/
Pcm
Export.hxx"
#include "pcm/Export.hxx"
#include "thread/Mutex.hxx"
#include "thread/Cond.hxx"
#include "util/ByteOrder.hxx"
...
...
src/output/plugins/OssOutputPlugin.cxx
View file @
fd5e74db
...
...
@@ -54,7 +54,7 @@
#endif
#ifdef AFMT_S24_PACKED
#include "pcm/
Pcm
Export.hxx"
#include "pcm/Export.hxx"
#include "util/Manual.hxx"
#endif
...
...
src/pcm/
Pcm
Dop.cxx
→
src/pcm/Dop.cxx
View file @
fd5e74db
...
...
@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "
Pcm
Dop.hxx"
#include "Dop.hxx"
#include "PcmBuffer.hxx"
#include "AudioFormat.hxx"
#include "util/ConstBuffer.hxx"
...
...
src/pcm/
Pcm
Dop.hxx
→
src/pcm/Dop.hxx
View file @
fd5e74db
File moved
src/pcm/
Pcm
Export.cxx
→
src/pcm/Export.cxx
View file @
fd5e74db
...
...
@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "
Pcm
Export.hxx"
#include "Export.hxx"
#include "AudioFormat.hxx"
#include "Order.hxx"
#include "PcmPack.hxx"
...
...
@@ -28,7 +28,7 @@
#include "Dsd16.hxx"
#include "Dsd32.hxx"
#include "PcmDsd.hxx"
#include "
Pcm
Dop.hxx"
#include "Dop.hxx"
#endif
#include <assert.h>
...
...
src/pcm/
Pcm
Export.hxx
→
src/pcm/Export.hxx
View file @
fd5e74db
File moved
src/pcm/meson.build
View file @
fd5e74db
...
...
@@ -5,9 +5,9 @@ pcm_sources = [
'SampleFormat.cxx',
'Interleave.cxx',
'PcmBuffer.cxx',
'
Pcm
Export.cxx',
'Export.cxx',
'PcmConvert.cxx',
'
Pcm
Dop.cxx',
'Dop.cxx',
'Volume.cxx',
'Silence.cxx',
'PcmMix.cxx',
...
...
test/test_pcm_export.cxx
View file @
fd5e74db
...
...
@@ -18,7 +18,7 @@
*/
#include "config.h"
#include "pcm/
Pcm
Export.hxx"
#include "pcm/Export.hxx"
#include "pcm/Traits.hxx"
#include "util/ByteOrder.hxx"
#include "util/ConstBuffer.hxx"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment