Ticket #62618: src_ppc_types.h.patch

File src_ppc_types.h.patch, 338 bytes (added by ballapete (Peter "Pete" Dyballa), 3 years ago)

Patch to add definition of u_int32_t data type to dav1d's src/ppc/types.h

  • types.h

    old new  
    2828#ifndef DAV1D_SRC_PPC_TYPES_H
    2929#define DAV1D_SRC_PPC_TYPES_H
    3030
     31/* Include the definition of this data type from original src/<hw arch>/types.h: */
     32typedef unsigned int            u_int32_t;
     33
    3134#include <altivec.h>
    3235#undef pixel
    3336