We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b770cc8 commit 2c299cdCopy full SHA for 2c299cd
src/AudioTools/AudioCodecs/CodecAACHelix.h
@@ -1,7 +1,9 @@
1
#pragma once
2
3
#include "AudioTools/AudioCodecs/AudioCodecsBase.h"
4
-#define HELIX_PRINT
+#ifndef HELIX_PRINT
5
+# define HELIX_PRINT
6
+#endif
7
#include "AACDecoderHelix.h"
8
9
namespace audio_tools {
src/AudioTools/AudioCodecs/CodecMP3Helix.h
#include "MP3DecoderHelix.h"
0 commit comments