summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libhb/decavcodec.c1
-rw-r--r--libhb/encavcodecaudio.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/libhb/decavcodec.c b/libhb/decavcodec.c
index c12414b87..711b7a68c 100644
--- a/libhb/decavcodec.c
+++ b/libhb/decavcodec.c
@@ -38,6 +38,7 @@
#include "hb.h"
#include "hbffmpeg.h"
#include "downmix.h"
+#include "libavcodec/audioconvert.h"
struct AVAudioConvert;
typedef struct AVAudioConvert AVAudioConvert;
diff --git a/libhb/encavcodecaudio.c b/libhb/encavcodecaudio.c
index dad8fa141..d87416465 100644
--- a/libhb/encavcodecaudio.c
+++ b/libhb/encavcodecaudio.c
@@ -7,6 +7,7 @@
#include "hb.h"
#include "hbffmpeg.h"
#include "downmix.h"
+#include "libavcodec/audioconvert.h"
struct AVAudioConvert;
typedef struct AVAudioConvert AVAudioConvert;