diff options
author | John Stebbins <[email protected]> | 2019-09-11 19:09:22 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2019-09-12 10:25:54 -0700 |
commit | 0279a5584ad3644ec3bcca98f0b1b7fb547dd2a1 (patch) | |
tree | 67cef6fbf13778cee7e5f077470ae178f4e60de8 /libhb/muxavformat.c | |
parent | 8a354a757bafb792b5189367e29cbda9a193f2b6 (diff) |
libhb: make hb_buffer_t libhb private
hb_buffer_t conflicts with a harfbuzz typedef by the same name
Diffstat (limited to 'libhb/muxavformat.c')
-rw-r--r-- | libhb/muxavformat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/muxavformat.c b/libhb/muxavformat.c index 983c5d348..e6b022135 100644 --- a/libhb/muxavformat.c +++ b/libhb/muxavformat.c @@ -15,6 +15,7 @@ #include "handbrake/handbrake.h" #include "handbrake/ssautil.h" #include "handbrake/lang.h" +#include "handbrake/hbffmpeg.h" struct hb_mux_data_s { |