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 90ec29e commit 873545cCopy full SHA for 873545c
src/CommonHelix.h
@@ -16,11 +16,11 @@
16
# endif
17
#endif
18
19
+#include "ConfigHelix.h"
20
#include "utils/Allocator.h"
21
#include "utils/Buffers.h"
22
#include "utils/Vector.h"
23
#include "utils/helix_log.h"
-#include "ConfigHelix.h"
24
25
namespace libhelix {
26
src/ConfigHelix.h
@@ -31,7 +31,7 @@
31
# define AAC_MIN_FRAME_SIZE 1024
32
33
34
-// Allocation:
+// Allocation: define allocator to be used
35
#define ALLOCATOR libhelix::AllocatorExt
36
37
// Logging: Activate/Deactivate logging
0 commit comments