Package: x264 / 2:0.164.3108+git31e19f9-2

Metadata

Package Version Patches format
x264 2:0.164.3108+git31e19f9-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 properly_detect_x32.patch | (download)

common/common.h | 2 1 + 1 - 0 !
configure | 8 8 + 0 - 0 !
2 files changed, 9 insertions(+), 1 deletion(-)

 properly detect x32.

As usually, x32 gets mistaken for amd64 (both are x86-64 ABIs after all).
This version doesn't use any assembly yet, a proper port is needed.

0002 ppc Fix incompatible pointer type errors.patch | (download)

common/ppc/pixel.c | 82 41 + 41 - 0 !
1 file changed, 41 insertions(+), 41 deletions(-)

 ppc: fix incompatible pointer type errors

Use correct return type for pixel_sad_x3/x4 functions.
Bug report by Dominik 'Rathann' Mierzejewski .