12 lines
332 B
Diff
12 lines
332 B
Diff
--- a/libhb/ports.c
|
|
+++ b/libhb/ports.c
|
|
@@ -281,7 +281,7 @@
|
|
hb_cpu_info.count = init_cpu_count();
|
|
hb_cpu_info.platform = HB_CPU_PLATFORM_UNSPECIFIED;
|
|
|
|
-#if ARCH_X86_64 || ARCH_X86_32
|
|
+#if _ARCH_X86_64 || _ARCH_X86_32
|
|
if (av_get_cpu_flags() & AV_CPU_FLAG_SSE)
|
|
{
|
|
int eax, ebx, ecx, edx, family, model;
|