Use uintptr_t instead of plain int. Without this change, the
comparisons will come out wrong for pointers in certain ranges.
Fixes random failures on ppc64. Also fixes some compiler warnings.
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit
|
14 years ago | |
|---|---|---|
| .. | ||
| swscale_altivec.c | ppc: fix some pointer to integer casts | 14 years ago |
| yuv2rgb_altivec.c | swscale: split out ppc _template.c files from main swscale.c. | 14 years ago |
| yuv2rgb_altivec.h | swscale: split out ppc _template.c files from main swscale.c. | 14 years ago |
| yuv2yuv_altivec.c | swscale: split out unscaled altivec YUV converters in their own file. | 14 years ago |