pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/xine-lib
Module Name: pkgsrc
Committed By: apb
Date: Thu Sep 27 10:28:14 UTC 2012
Modified Files:
pkgsrc/multimedia/xine-lib: distinfo
pkgsrc/multimedia/xine-lib/patches: patch-src-post-planar-eq2.c
Log Message:
In affine_1d_MMX(), move the initialisation of %mm3 and %mm4 registers
into a separate asm statement, to give the compiler more freedom
for register allocation. Fixes a problem with gcc-4.5.4 on NetBSD/i386
in which gcc complained:
eq2.c: In function 'affine_1d_MMX':
eq2.c:128:5: error: can't find a register in class 'GENERAL_REGS' while
reloading 'asm'
eq2.c:128:5: error: 'asm' operand has impossible constraints
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/multimedia/xine-lib/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/multimedia/xine-lib/patches/patch-src-post-planar-eq2.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index