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
c654c763
Commit
c654c763
authored
Apr 09, 2013
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pcm_*: move to src/pcm/
parent
3f3b26fb
Show whitespace changes
Inline
Side-by-side
Showing
65 changed files
with
60 additions
and
60 deletions
+60
-60
Makefile.am
Makefile.am
+27
-27
DecoderInternal.hxx
src/DecoderInternal.hxx
+1
-1
Main.cxx
src/Main.cxx
+1
-1
MixerAll.cxx
src/MixerAll.cxx
+1
-1
OutputThread.cxx
src/OutputThread.cxx
+1
-1
FLACCommon.hxx
src/decoder/FLACCommon.hxx
+1
-1
flac_encoder.c
src/encoder/flac_encoder.c
+1
-1
ConvertFilterPlugin.cxx
src/filter/ConvertFilterPlugin.cxx
+1
-1
NormalizeFilterPlugin.cxx
src/filter/NormalizeFilterPlugin.cxx
+1
-1
ReplayGainFilterPlugin.cxx
src/filter/ReplayGainFilterPlugin.cxx
+2
-2
RouteFilterPlugin.cxx
src/filter/RouteFilterPlugin.cxx
+1
-1
VolumeFilterPlugin.cxx
src/filter/VolumeFilterPlugin.cxx
+2
-2
SoftwareMixerPlugin.cxx
src/mixer/SoftwareMixerPlugin.cxx
+1
-1
AlsaOutputPlugin.cxx
src/output/AlsaOutputPlugin.cxx
+1
-1
OssOutputPlugin.cxx
src/output/OssOutputPlugin.cxx
+1
-1
WinmmOutputPlugin.cxx
src/output/WinmmOutputPlugin.cxx
+1
-1
output_internal.h
src/output_internal.h
+1
-1
PcmChannels.cxx
src/pcm/PcmChannels.cxx
+0
-0
PcmChannels.hxx
src/pcm/PcmChannels.hxx
+0
-0
PcmConvert.cxx
src/pcm/PcmConvert.cxx
+0
-0
PcmConvert.hxx
src/pcm/PcmConvert.hxx
+0
-0
PcmDither.cxx
src/pcm/PcmDither.cxx
+0
-0
PcmDither.hxx
src/pcm/PcmDither.hxx
+0
-0
PcmFormat.cxx
src/pcm/PcmFormat.cxx
+0
-0
PcmFormat.hxx
src/pcm/PcmFormat.hxx
+0
-0
PcmMix.cxx
src/pcm/PcmMix.cxx
+0
-0
PcmMix.hxx
src/pcm/PcmMix.hxx
+0
-0
PcmPrng.hxx
src/pcm/PcmPrng.hxx
+0
-0
PcmUtils.hxx
src/pcm/PcmUtils.hxx
+0
-0
PcmVolume.cxx
src/pcm/PcmVolume.cxx
+0
-0
PcmVolume.hxx
src/pcm/PcmVolume.hxx
+0
-0
dsd2pcm.c
src/pcm/dsd2pcm/dsd2pcm.c
+0
-0
dsd2pcm.h
src/pcm/dsd2pcm/dsd2pcm.h
+0
-0
dsd2pcm.hpp
src/pcm/dsd2pcm/dsd2pcm.hpp
+0
-0
info.txt
src/pcm/dsd2pcm/info.txt
+0
-0
main.cpp
src/pcm/dsd2pcm/main.cpp
+0
-0
noiseshape.c
src/pcm/dsd2pcm/noiseshape.c
+0
-0
noiseshape.h
src/pcm/dsd2pcm/noiseshape.h
+0
-0
noiseshape.hpp
src/pcm/dsd2pcm/noiseshape.hpp
+0
-0
pcm_buffer.c
src/pcm/pcm_buffer.c
+0
-0
pcm_buffer.h
src/pcm/pcm_buffer.h
+0
-0
pcm_dsd.c
src/pcm/pcm_dsd.c
+0
-0
pcm_dsd.h
src/pcm/pcm_dsd.h
+0
-0
pcm_dsd_usb.c
src/pcm/pcm_dsd_usb.c
+0
-0
pcm_dsd_usb.h
src/pcm/pcm_dsd_usb.h
+0
-0
pcm_export.c
src/pcm/pcm_export.c
+0
-0
pcm_export.h
src/pcm/pcm_export.h
+0
-0
pcm_pack.c
src/pcm/pcm_pack.c
+0
-0
pcm_pack.h
src/pcm/pcm_pack.h
+0
-0
pcm_resample.c
src/pcm/pcm_resample.c
+0
-0
pcm_resample.h
src/pcm/pcm_resample.h
+0
-0
pcm_resample_fallback.c
src/pcm/pcm_resample_fallback.c
+0
-0
pcm_resample_internal.h
src/pcm/pcm_resample_internal.h
+0
-0
pcm_resample_libsamplerate.c
src/pcm/pcm_resample_libsamplerate.c
+0
-0
read_mixer.cxx
test/read_mixer.cxx
+1
-1
run_convert.cxx
test/run_convert.cxx
+1
-1
run_filter.cxx
test/run_filter.cxx
+1
-1
run_output.cxx
test/run_output.cxx
+1
-1
software_volume.cxx
test/software_volume.cxx
+1
-1
test_pcm_channels.cxx
test/test_pcm_channels.cxx
+2
-2
test_pcm_dither.cxx
test/test_pcm_dither.cxx
+1
-1
test_pcm_format.cxx
test/test_pcm_format.cxx
+4
-4
test_pcm_mix.cxx
test/test_pcm_mix.cxx
+1
-1
test_pcm_pack.cxx
test/test_pcm_pack.cxx
+1
-1
test_pcm_volume.cxx
test/test_pcm_volume.cxx
+1
-1
No files found.
Makefile.am
View file @
c654c763
...
...
@@ -315,23 +315,23 @@ libevent_a_SOURCES = \
# PCM library
libpcm_a_SOURCES
=
\
src/pcm
_buffer.c src
/pcm_buffer.h
\
src/pcm
_export.c src
/pcm_export.h
\
src/
PcmConvert.cxx src
/PcmConvert.hxx
\
src/
dsd2pcm/dsd2pcm.c src
/dsd2pcm/dsd2pcm.h
\
src/pcm
_dsd.c src
/pcm_dsd.h
\
src/pcm
_dsd_usb.c src
/pcm_dsd_usb.h
\
src/
PcmVolume.cxx src
/PcmVolume.hxx
\
src/
PcmMix.cxx src
/PcmMix.hxx
\
src/
PcmChannels.cxx src
/PcmChannels.hxx
\
src/pcm
_pack.c src
/pcm_pack.h
\
src/
PcmFormat.cxx src
/PcmFormat.hxx
\
src/pcm
_resample.c src
/pcm_resample.h
\
src/pcm_resample_fallback.c
\
src/pcm_resample_internal.h
\
src/
PcmDither.cxx src
/PcmDither.hxx
\
src/PcmPrng.hxx
\
src/PcmUtils.hxx
src/pcm
/pcm_buffer.c src/pcm
/pcm_buffer.h
\
src/pcm
/pcm_export.c src/pcm
/pcm_export.h
\
src/
pcm/PcmConvert.cxx src/pcm
/PcmConvert.hxx
\
src/
pcm/dsd2pcm/dsd2pcm.c src/pcm
/dsd2pcm/dsd2pcm.h
\
src/pcm
/pcm_dsd.c src/pcm
/pcm_dsd.h
\
src/pcm
/pcm_dsd_usb.c src/pcm
/pcm_dsd_usb.h
\
src/
pcm/PcmVolume.cxx src/pcm
/PcmVolume.hxx
\
src/
pcm/PcmMix.cxx src/pcm
/PcmMix.hxx
\
src/
pcm/PcmChannels.cxx src/pcm
/PcmChannels.hxx
\
src/pcm
/pcm_pack.c src/pcm
/pcm_pack.h
\
src/
pcm/PcmFormat.cxx src/pcm
/PcmFormat.hxx
\
src/pcm
/pcm_resample.c src/pcm
/pcm_resample.h
\
src/pcm
/pcm
_resample_fallback.c
\
src/pcm
/pcm
_resample_internal.h
\
src/
pcm/PcmDither.cxx src/pcm
/PcmDither.hxx
\
src/
pcm/
PcmPrng.hxx
\
src/
pcm/
PcmUtils.hxx
libpcm_a_CPPFLAGS
=
$(AM_CPPFLAGS)
\
$(SAMPLERATE_CFLAGS)
...
...
@@ -340,7 +340,7 @@ PCM_LIBS = \
$(SAMPLERATE_LIBS)
if
HAVE_LIBSAMPLERATE
libpcm_a_SOURCES
+=
src/pcm_resample_libsamplerate.c
libpcm_a_SOURCES
+=
src/pcm
/pcm
_resample_libsamplerate.c
endif
# File system library
...
...
@@ -1141,13 +1141,14 @@ test_dump_playlist_LDADD = \
libevent.a
\
libfs.a
\
libutil.a
\
libpcm.a
\
$(GLIB_LIBS)
test_dump_playlist_SOURCES
=
test
/dump_playlist.cxx
\
$(DECODER_SRC)
\
src/IOThread.cxx
\
src/Song.cxx src/Tag.cxx src/TagNames.c src/TagPool.cxx src/TagSave.cxx
\
src/tag_handler.c src/TagFile.cxx
\
src/audio_check.c
src/pcm_buffer.c
\
src/audio_check.c
\
src/text_input_stream.c
\
src/cue/CueParser.cxx src/cue/CueParser.hxx
\
src/fd_util.c
...
...
@@ -1262,12 +1263,12 @@ test_test_vorbis_encoder_SOURCES = test/test_vorbis_encoder.cxx \
src/audio_check.c
\
src/audio_format.c
\
src/AudioParser.cxx
\
src/pcm_buffer.c
\
$(ENCODER_SRC)
test_test_vorbis_encoder_CPPFLAGS
=
$(AM_CPPFLAGS)
\
$(ENCODER_CFLAGS)
test_test_vorbis_encoder_LDADD
=
$(MPD_LIBS)
\
$(ENCODER_LIBS)
\
$(PCM_LIBS)
\
libconf.a
\
libfs.a
\
libutil.a
\
...
...
@@ -1291,7 +1292,6 @@ test_run_normalize_LDADD = \
$(GLIB_LIBS)
test_run_convert_SOURCES
=
test
/run_convert.cxx
\
src/dsd2pcm/dsd2pcm.c
\
src/audio_format.c
\
src/audio_check.c
\
src/AudioParser.cxx
...
...
@@ -1401,13 +1401,13 @@ test_test_queue_priority_LDADD = \
libutil.a
\
$(GLIB_LIBS)
noinst_PROGRAMS
+=
src/dsd2pcm/dsd2pcm
noinst_PROGRAMS
+=
src/
pcm/
dsd2pcm/dsd2pcm
src_dsd2pcm_dsd2pcm_SOURCES
=
\
src/
dsd2pcm/dsd2pcm.c src
/dsd2pcm/dsd2pcm.h
\
src/
dsd2pcm/noiseshape.c src
/dsd2pcm/noiseshape.h
\
src/dsd2pcm/main.cpp
src_dsd2pcm_dsd2pcm_LDADD
=
libutil.a
src_
pcm_
dsd2pcm_dsd2pcm_SOURCES
=
\
src/
pcm/dsd2pcm/dsd2pcm.c src/pcm
/dsd2pcm/dsd2pcm.h
\
src/
pcm/dsd2pcm/noiseshape.c src/pcm
/dsd2pcm/noiseshape.h
\
src/
pcm/
dsd2pcm/main.cpp
src_
pcm_
dsd2pcm_dsd2pcm_LDADD
=
libutil.a
endif
...
...
src/DecoderInternal.hxx
View file @
c654c763
...
...
@@ -21,7 +21,7 @@
#define MPD_DECODER_INTERNAL_HXX
#include "decoder_command.h"
#include "PcmConvert.hxx"
#include "
pcm/
PcmConvert.hxx"
#include "replay_gain_info.h"
struct
input_stream
;
...
...
src/Main.cxx
View file @
c654c763
...
...
@@ -56,7 +56,7 @@
extern
"C"
{
#include "daemon.h"
#include "stats.h"
#include "pcm_resample.h"
#include "pcm
/pcm
_resample.h"
}
#include "mpd_error.h"
...
...
src/MixerAll.cxx
View file @
c654c763
...
...
@@ -23,7 +23,7 @@
#include "MixerInternal.hxx"
#include "MixerList.hxx"
#include "OutputAll.hxx"
#include "PcmVolume.hxx"
#include "
pcm/
PcmVolume.hxx"
extern
"C"
{
#include "output_internal.h"
...
...
src/OutputThread.cxx
View file @
c654c763
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "OutputThread.hxx"
#include "output_api.h"
#include "PcmMix.hxx"
#include "
pcm/
PcmMix.hxx"
extern
"C"
{
#include "output_internal.h"
...
...
src/decoder/FLACCommon.hxx
View file @
c654c763
...
...
@@ -28,7 +28,7 @@
#include "decoder_api.h"
extern
"C"
{
#include "pcm_buffer.h"
#include "pcm
/pcm
_buffer.h"
}
#include <FLAC/stream_decoder.h>
...
...
src/encoder/flac_encoder.c
View file @
c654c763
...
...
@@ -21,7 +21,7 @@
#include "encoder_api.h"
#include "encoder_plugin.h"
#include "audio_format.h"
#include "pcm_buffer.h"
#include "pcm
/pcm
_buffer.h"
#include "util/fifo_buffer.h"
#include "util/growing_fifo.h"
...
...
src/filter/ConvertFilterPlugin.cxx
View file @
c654c763
...
...
@@ -23,7 +23,7 @@
#include "FilterInternal.hxx"
#include "FilterRegistry.hxx"
#include "conf.h"
#include "PcmConvert.hxx"
#include "
pcm/
PcmConvert.hxx"
#include "util/Manual.hxx"
#include "audio_format.h"
#include "poison.h"
...
...
src/filter/NormalizeFilterPlugin.cxx
View file @
c654c763
...
...
@@ -21,7 +21,7 @@
#include "FilterPlugin.hxx"
#include "FilterInternal.hxx"
#include "FilterRegistry.hxx"
#include "pcm_buffer.h"
#include "pcm
/pcm
_buffer.h"
#include "audio_format.h"
#include "AudioCompress/compress.h"
...
...
src/filter/ReplayGainFilterPlugin.cxx
View file @
c654c763
...
...
@@ -26,10 +26,10 @@
#include "replay_gain_info.h"
#include "replay_gain_config.h"
#include "MixerControl.hxx"
#include "PcmVolume.hxx"
#include "
pcm/
PcmVolume.hxx"
extern
"C"
{
#include "pcm_buffer.h"
#include "pcm
/pcm
_buffer.h"
}
#include <assert.h>
...
...
src/filter/RouteFilterPlugin.cxx
View file @
c654c763
...
...
@@ -47,7 +47,7 @@
#include "FilterPlugin.hxx"
#include "FilterInternal.hxx"
#include "FilterRegistry.hxx"
#include "pcm_buffer.h"
#include "pcm
/pcm
_buffer.h"
#include <assert.h>
#include <string.h>
...
...
src/filter/VolumeFilterPlugin.cxx
View file @
c654c763
...
...
@@ -23,8 +23,8 @@
#include "FilterInternal.hxx"
#include "FilterRegistry.hxx"
#include "conf.h"
#include "pcm_buffer.h"
#include "PcmVolume.hxx"
#include "pcm
/pcm
_buffer.h"
#include "
pcm/
PcmVolume.hxx"
#include "audio_format.h"
#include <assert.h>
...
...
src/mixer/SoftwareMixerPlugin.cxx
View file @
c654c763
...
...
@@ -23,7 +23,7 @@
#include "FilterPlugin.hxx"
#include "FilterRegistry.hxx"
#include "filter/VolumeFilterPlugin.hxx"
#include "PcmVolume.hxx"
#include "
pcm/
PcmVolume.hxx"
#include <assert.h>
#include <math.h>
...
...
src/output/AlsaOutputPlugin.cxx
View file @
c654c763
...
...
@@ -21,7 +21,7 @@
#include "AlsaOutputPlugin.hxx"
#include "output_api.h"
#include "MixerList.hxx"
#include "pcm_export.h"
#include "pcm
/pcm
_export.h"
#include <glib.h>
#include <alsa/asoundlib.h>
...
...
src/output/OssOutputPlugin.cxx
View file @
c654c763
...
...
@@ -52,7 +52,7 @@
#endif
#ifdef AFMT_S24_PACKED
#include "pcm_export.h"
#include "pcm
/pcm
_export.h"
#endif
struct
oss_data
{
...
...
src/output/WinmmOutputPlugin.cxx
View file @
c654c763
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "WinmmOutputPlugin.hxx"
#include "output_api.h"
#include "pcm_buffer.h"
#include "pcm
/pcm
_buffer.h"
#include "MixerList.hxx"
#include <stdlib.h>
...
...
src/output_internal.h
View file @
c654c763
...
...
@@ -21,7 +21,7 @@
#define MPD_OUTPUT_INTERNAL_H
#include "audio_format.h"
#include "pcm_buffer.h"
#include "pcm
/pcm
_buffer.h"
#include <glib.h>
...
...
src/PcmChannels.cxx
→
src/
pcm/
PcmChannels.cxx
View file @
c654c763
File moved
src/PcmChannels.hxx
→
src/
pcm/
PcmChannels.hxx
View file @
c654c763
File moved
src/PcmConvert.cxx
→
src/
pcm/
PcmConvert.cxx
View file @
c654c763
File moved
src/PcmConvert.hxx
→
src/
pcm/
PcmConvert.hxx
View file @
c654c763
File moved
src/PcmDither.cxx
→
src/
pcm/
PcmDither.cxx
View file @
c654c763
File moved
src/PcmDither.hxx
→
src/
pcm/
PcmDither.hxx
View file @
c654c763
File moved
src/PcmFormat.cxx
→
src/
pcm/
PcmFormat.cxx
View file @
c654c763
File moved
src/PcmFormat.hxx
→
src/
pcm/
PcmFormat.hxx
View file @
c654c763
File moved
src/PcmMix.cxx
→
src/
pcm/
PcmMix.cxx
View file @
c654c763
File moved
src/PcmMix.hxx
→
src/
pcm/
PcmMix.hxx
View file @
c654c763
File moved
src/PcmPrng.hxx
→
src/
pcm/
PcmPrng.hxx
View file @
c654c763
File moved
src/PcmUtils.hxx
→
src/
pcm/
PcmUtils.hxx
View file @
c654c763
File moved
src/PcmVolume.cxx
→
src/
pcm/
PcmVolume.cxx
View file @
c654c763
File moved
src/PcmVolume.hxx
→
src/
pcm/
PcmVolume.hxx
View file @
c654c763
File moved
src/dsd2pcm/dsd2pcm.c
→
src/
pcm/
dsd2pcm/dsd2pcm.c
View file @
c654c763
File moved
src/dsd2pcm/dsd2pcm.h
→
src/
pcm/
dsd2pcm/dsd2pcm.h
View file @
c654c763
File moved
src/dsd2pcm/dsd2pcm.hpp
→
src/
pcm/
dsd2pcm/dsd2pcm.hpp
View file @
c654c763
File moved
src/dsd2pcm/info.txt
→
src/
pcm/
dsd2pcm/info.txt
View file @
c654c763
File moved
src/dsd2pcm/main.cpp
→
src/
pcm/
dsd2pcm/main.cpp
View file @
c654c763
File moved
src/dsd2pcm/noiseshape.c
→
src/
pcm/
dsd2pcm/noiseshape.c
View file @
c654c763
File moved
src/dsd2pcm/noiseshape.h
→
src/
pcm/
dsd2pcm/noiseshape.h
View file @
c654c763
File moved
src/dsd2pcm/noiseshape.hpp
→
src/
pcm/
dsd2pcm/noiseshape.hpp
View file @
c654c763
File moved
src/pcm_buffer.c
→
src/pcm
/pcm
_buffer.c
View file @
c654c763
File moved
src/pcm_buffer.h
→
src/pcm
/pcm
_buffer.h
View file @
c654c763
File moved
src/pcm_dsd.c
→
src/pcm
/pcm
_dsd.c
View file @
c654c763
File moved
src/pcm_dsd.h
→
src/pcm
/pcm
_dsd.h
View file @
c654c763
File moved
src/pcm_dsd_usb.c
→
src/pcm
/pcm
_dsd_usb.c
View file @
c654c763
File moved
src/pcm_dsd_usb.h
→
src/pcm
/pcm
_dsd_usb.h
View file @
c654c763
File moved
src/pcm_export.c
→
src/pcm
/pcm
_export.c
View file @
c654c763
File moved
src/pcm_export.h
→
src/pcm
/pcm
_export.h
View file @
c654c763
File moved
src/pcm_pack.c
→
src/pcm
/pcm
_pack.c
View file @
c654c763
File moved
src/pcm_pack.h
→
src/pcm
/pcm
_pack.h
View file @
c654c763
File moved
src/pcm_resample.c
→
src/pcm
/pcm
_resample.c
View file @
c654c763
File moved
src/pcm_resample.h
→
src/pcm
/pcm
_resample.h
View file @
c654c763
File moved
src/pcm_resample_fallback.c
→
src/pcm
/pcm
_resample_fallback.c
View file @
c654c763
File moved
src/pcm_resample_internal.h
→
src/pcm
/pcm
_resample_internal.h
View file @
c654c763
File moved
src/pcm_resample_libsamplerate.c
→
src/pcm
/pcm
_resample_libsamplerate.c
View file @
c654c763
File moved
test/read_mixer.cxx
View file @
c654c763
...
...
@@ -21,7 +21,7 @@
#include "MixerControl.hxx"
#include "MixerList.hxx"
#include "FilterRegistry.hxx"
#include "PcmVolume.hxx"
#include "
pcm/
PcmVolume.hxx"
#include "GlobalEvents.hxx"
#include "Main.hxx"
#include "event/Loop.hxx"
...
...
test/run_convert.cxx
View file @
c654c763
...
...
@@ -26,7 +26,7 @@
#include "config.h"
#include "AudioParser.hxx"
#include "audio_format.h"
#include "PcmConvert.hxx"
#include "
pcm/
PcmConvert.hxx"
#include "conf.h"
#include "util/fifo_buffer.h"
#include "stdbin.h"
...
...
test/run_filter.cxx
View file @
c654c763
...
...
@@ -24,7 +24,7 @@
#include "audio_format.h"
#include "FilterPlugin.hxx"
#include "FilterInternal.hxx"
#include "PcmVolume.hxx"
#include "
pcm/
PcmVolume.hxx"
#include "MixerControl.hxx"
#include "stdbin.h"
...
...
test/run_output.cxx
View file @
c654c763
...
...
@@ -27,7 +27,7 @@
#include "IOThread.hxx"
#include "fs/Path.hxx"
#include "AudioParser.hxx"
#include "PcmConvert.hxx"
#include "
pcm/
PcmConvert.hxx"
extern
"C"
{
#include "output_plugin.h"
...
...
test/software_volume.cxx
View file @
c654c763
...
...
@@ -24,7 +24,7 @@
*/
#include "config.h"
#include "PcmVolume.hxx"
#include "
pcm/
PcmVolume.hxx"
#include "AudioParser.hxx"
#include "audio_format.h"
#include "stdbin.h"
...
...
test/test_pcm_channels.cxx
View file @
c654c763
...
...
@@ -20,8 +20,8 @@
#include "config.h"
#include "test_pcm_all.hxx"
#include "test_pcm_util.hxx"
#include "PcmChannels.hxx"
#include "pcm_buffer.h"
#include "
pcm/
PcmChannels.hxx"
#include "pcm
/pcm
_buffer.h"
#include <glib.h>
...
...
test/test_pcm_dither.cxx
View file @
c654c763
...
...
@@ -19,7 +19,7 @@
#include "test_pcm_all.hxx"
#include "test_pcm_util.hxx"
#include "PcmDither.hxx"
#include "
pcm/
PcmDither.hxx"
#include <glib.h>
...
...
test/test_pcm_format.cxx
View file @
c654c763
...
...
@@ -20,10 +20,10 @@
#include "config.h"
#include "test_pcm_all.hxx"
#include "test_pcm_util.hxx"
#include "PcmFormat.hxx"
#include "PcmDither.hxx"
#include "PcmUtils.hxx"
#include "pcm_buffer.h"
#include "
pcm/
PcmFormat.hxx"
#include "
pcm/
PcmDither.hxx"
#include "
pcm/
PcmUtils.hxx"
#include "pcm
/pcm
_buffer.h"
#include "audio_format.h"
#include <glib.h>
...
...
test/test_pcm_mix.cxx
View file @
c654c763
...
...
@@ -20,7 +20,7 @@
#include "config.h"
#include "test_pcm_all.hxx"
#include "test_pcm_util.hxx"
#include "PcmMix.hxx"
#include "
pcm/
PcmMix.hxx"
#include <glib.h>
...
...
test/test_pcm_pack.cxx
View file @
c654c763
...
...
@@ -21,7 +21,7 @@
#include "test_pcm_util.hxx"
extern
"C"
{
#include "pcm_pack.h"
#include "pcm
/pcm
_pack.h"
}
#include <glib.h>
...
...
test/test_pcm_volume.cxx
View file @
c654c763
...
...
@@ -18,7 +18,7 @@
*/
#include "test_pcm_all.hxx"
#include "PcmVolume.hxx"
#include "
pcm/
PcmVolume.hxx"
#include "test_pcm_util.hxx"
#include <glib.h>
...
...
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