source:
scripts/untested/blfs-patches/libfame-0.9.1-gcc34-1.patch@
def3913
Last change on this file since def3913 was fd5b1fe, checked in by , 19 years ago | |
---|---|
|
|
File size: 1.3 KB |
-
src/half_mmx.h
Submitted By: Randy McMurchy <randy_at_linuxfromscratch_dot_org> Date: 2004-09-04 Initial Package Version: 0.9.1 Upstream Status: Not submitted Origin: Randy McMurchy Description: Fixes libfame library when compiled with GCC-3.4.x $LastChangedBy: randy $ $Date: 2004-09-05 00:11:51 -0600 (Sun, 05 Sep 2004) $ diff -Naur libfame-0.9.1-orig/src/half_mmx.h libfame-0.9.1/src/half_mmx.h
old new 18 18 */ 19 19 /**************************** half-pixel interpolation ***********************/ 20 20 21 static shortconst _mmx_one[] = { 1, 1, 1, 1 };21 const _mmx_one[] = { 1, 1, 1, 1 }; 22 22 23 23 static void inline mmx_interpolate(unsigned char **ref, 24 24 int pitch, -
src/half_sse.h
diff -Naur libfame-0.9.1-orig/src/half_sse.h libfame-0.9.1/src/half_sse.h
old new 19 19 */ 20 20 /**************************** half-pixel interpolation ***********************/ 21 21 22 static shortconst _mmx_one[] = { 1, 1, 1, 1 };22 const _mmx_one[] = { 1, 1, 1, 1 }; 23 23 static unsigned char const _mmx_one_byte[] = {1,1,1,1,1,1,1,1}; 24 24 25 25
Note:
See TracBrowser
for help on using the repository browser.