diff options
Diffstat (limited to 'libhb/ports.h')
-rw-r--r-- | libhb/ports.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/ports.h b/libhb/ports.h index c6b045cde..e1eef623d 100644 --- a/libhb/ports.h +++ b/libhb/ports.h @@ -73,6 +73,7 @@ enum hb_cpu_platform HB_CPU_PLATFORM_INTEL_CHT, HB_CPU_PLATFORM_INTEL_SKL, HB_CPU_PLATFORM_INTEL_KBL, + HB_CPU_PLATFORM_INTEL_ICL, }; int hb_get_cpu_count(void); int hb_get_cpu_platform(void); |