summaryrefslogtreecommitdiffstats
path: root/libhb/hb.c
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2015-10-17 15:57:03 -0700
committerJohn Stebbins <[email protected]>2015-11-12 09:49:56 -0800
commit890a551270ef8110e47d9c503e1588d3d2bc710f (patch)
tree1e31de5f379c54157c9ec095b55a8eeadca5ef8a /libhb/hb.c
parent88ce808b3083415950be070fa7bdc90d49a67eea (diff)
x264: add multilib support (a.k.a. 10-bit)
This adds the structure to load an libx264 10-bit shared library. The user must install this library themselves to an appropriate place.
Diffstat (limited to 'libhb/hb.c')
-rw-r--r--libhb/hb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/hb.c b/libhb/hb.c
index dedeadaf5..092e728bd 100644
--- a/libhb/hb.c
+++ b/libhb/hb.c
@@ -10,6 +10,7 @@
#include "hb.h"
#include "opencl.h"
#include "hbffmpeg.h"
+#include "encx264.h"
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
@@ -1772,6 +1773,7 @@ int hb_global_init()
hb_register(&hb_encqsv);
#endif
+ hb_x264_global_init();
hb_common_global_init();
/*