Commit bb20434
Fix ILP32 data model detection with GCC on 32bit ARM
Unfortunately, GCC does not define `__ILP32__` on 32 bit ARM (contrary
to e.g. x86), so rely on `__arm__` instead.
This does not change API/ABI, but fixes a compilation error for one
specific architecture and compiler combination.
Avoids broken workarounds in every downstream user of
mfxdefs.h, e.g.:
intel/libvpl@6182082a12#diff-1e7de1ae2d05
intel/cartwheel-ffmpeg#2151 parent 7e0d3fd commit bb20434
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments