summaryrefslogtreecommitdiffstats
path: root/libhb/hb.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/hb.c')
-rw-r--r--libhb/hb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libhb/hb.c b/libhb/hb.c
index 156d1241d..6149acd87 100644
--- a/libhb/hb.c
+++ b/libhb/hb.c
@@ -1659,6 +1659,9 @@ int hb_global_init()
hb_register(&hb_enctheora);
hb_register(&hb_encvorbis);
hb_register(&hb_encx264);
+#ifdef USE_X265
+ hb_register(&hb_encx265);
+#endif
#ifdef USE_QSV
hb_register(&hb_encqsv);
#endif