Commit 795d78fc authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Symbian: Return 1 as cpu number

TODO: use HAL or another way
parent b048d0aa
......@@ -353,6 +353,8 @@ unsigned vlc_GetCPUCount(void)
system_mask >>= 1;
}
return count;
#elif defined(__SYMBIAN32__)
return 1;
#elif defined(HAVE_SCHED_GETAFFINITY)
cpu_set_t cpu;
CPU_ZERO(&cpu);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment