AudioCompress: move to pcm/

This commit is contained in:
Max Kellermann
2021-12-03 16:04:07 +01:00
parent a5fa43b526
commit 9262b24504
8 changed files with 3 additions and 4 deletions

View File

@@ -538,7 +538,6 @@ executable(
executable(
'run_normalize',
'run_normalize.cxx',
'../src/AudioCompress/compress.c',
include_directories: inc,
dependencies: [
pcm_dep,

View File

@@ -23,7 +23,7 @@
*
*/
#include "AudioCompress/compress.h"
#include "pcm/AudioCompress/compress.h"
#include "pcm/AudioParser.hxx"
#include "pcm/AudioFormat.hxx"
#include "util/PrintException.hxx"