summaryrefslogtreecommitdiffstats
path: root/libhb/fifo.c
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2019-09-11 19:09:22 -0700
committerJohn Stebbins <[email protected]>2019-09-12 10:25:54 -0700
commit0279a5584ad3644ec3bcca98f0b1b7fb547dd2a1 (patch)
tree67cef6fbf13778cee7e5f077470ae178f4e60de8 /libhb/fifo.c
parent8a354a757bafb792b5189367e29cbda9a193f2b6 (diff)
libhb: make hb_buffer_t libhb private
hb_buffer_t conflicts with a harfbuzz typedef by the same name
Diffstat (limited to 'libhb/fifo.c')
-rw-r--r--libhb/fifo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/fifo.c b/libhb/fifo.c
index 1ded249fc..862d2df85 100644
--- a/libhb/fifo.c
+++ b/libhb/fifo.c
@@ -7,6 +7,8 @@
For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html
*/
+#include "libavcodec/avcodec.h"
+
#include "handbrake/handbrake.h"
#if HB_PROJECT_FEATURE_QSV
#include "handbrake/qsv_libav.h"