summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/AACDecoder.h2
-rw-r--r--src/odr-audioenc.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/AACDecoder.h b/src/AACDecoder.h
index 2c09548..28713c1 100644
--- a/src/AACDecoder.h
+++ b/src/AACDecoder.h
@@ -24,7 +24,7 @@
#pragma once
-#include <fdk-aac/aacdecoder_lib.h>
+#include <aacdecoder_lib.h>
#include <cstdint>
#include <vector>
#include "wavfile.h"
diff --git a/src/odr-audioenc.cpp b/src/odr-audioenc.cpp
index 9dd10ba..61317e5 100644
--- a/src/odr-audioenc.cpp
+++ b/src/odr-audioenc.cpp
@@ -80,7 +80,7 @@ extern "C" {
#include <sys/ioctl.h>
#include <fcntl.h>
-#include "fdk-aac/aacenc_lib.h"
+#include "aacenc_lib.h"
extern "C" {
#include "fec/fec.h"