diff options
author | Rodeo <[email protected]> | 2015-02-03 13:35:30 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2015-02-03 13:35:30 +0000 |
commit | 24cc4de85ca8bb8d0499d6008947a0045e564210 (patch) | |
tree | 1cd5ebec36c0ea650655bb97cd0cae48b811da91 /libhb/ports.h | |
parent | ed749ed715a9ea7a83bd45bddc1175cf085b0a99 (diff) |
libhb: add support for detection of new Intel processor releases.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6864 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/ports.h')
-rw-r--r-- | libhb/ports.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/ports.h b/libhb/ports.h index 2c5dbe6fc..5c9cf9bda 100644 --- a/libhb/ports.h +++ b/libhb/ports.h @@ -39,6 +39,8 @@ enum hb_cpu_platform HB_CPU_PLATFORM_INTEL_IVB, HB_CPU_PLATFORM_INTEL_SLM, HB_CPU_PLATFORM_INTEL_HSW, + HB_CPU_PLATFORM_INTEL_BDW, + HB_CPU_PLATFORM_INTEL_CHT, }; int hb_get_cpu_count(); int hb_get_cpu_platform(); |