summaryrefslogtreecommitdiffstats
path: root/libhb/ports.h
diff options
context:
space:
mode:
authorRodeo <[email protected]>2015-02-03 13:35:30 +0000
committerRodeo <[email protected]>2015-02-03 13:35:30 +0000
commit24cc4de85ca8bb8d0499d6008947a0045e564210 (patch)
tree1cd5ebec36c0ea650655bb97cd0cae48b811da91 /libhb/ports.h
parented749ed715a9ea7a83bd45bddc1175cf085b0a99 (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.h2
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();