mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-17 18:58:42 -05:00
As currently all 64bit Linux platforms are respecting LP64 data model and most 32bit platforms are respecting ILP32, we don't have to discuss pointer size case by case. LP64 is effective enough to tell pointer size. This fixes build for armhf and powerpc. Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>