source: scripts/untested/blfs-patches/libfame-0.9.1-gcc34-1.patch @ fd5b1fe

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since fd5b1fe was fd5b1fe, checked in by Jim Gifford <clfs@…>, 18 years ago

r588@server (orig r586): ryan | 2005-08-05 22:47:43 -0700
Add pile of new patches for blfs packages



  • Property mode set to 100644
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  
    1818*/
    1919/**************************** half-pixel interpolation ***********************/
    2020
    21 static short const _mmx_one[] = { 1, 1, 1, 1 };
     21const _mmx_one[] = { 1, 1, 1, 1 };
    2222
    2323static void inline mmx_interpolate(unsigned char **ref,
    2424                                   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  
    1919*/
    2020/**************************** half-pixel interpolation ***********************/
    2121
    22 static short const _mmx_one[] = { 1, 1, 1, 1 };
     22const _mmx_one[] = { 1, 1, 1, 1 };
    2323static unsigned char const _mmx_one_byte[] = {1,1,1,1,1,1,1,1};
    2424
    2525
Note: See TracBrowser for help on using the repository browser.