Browse Source

swscale: ppc: Add missing header #includes to pass 'make checkheaders'.

tags/n0.11
Diego Biurrun 13 years ago
parent
commit
a2e40cd3e2
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      libswscale/ppc/yuv2rgb_altivec.h

+ 4
- 0
libswscale/ppc/yuv2rgb_altivec.h View File

@@ -24,6 +24,10 @@
#ifndef SWSCALE_PPC_YUV2RGB_ALTIVEC_H
#define SWSCALE_PPC_YUV2RGB_ALTIVEC_H

#include <stdint.h>

#include "libswscale/swscale_internal.h"

#define YUV2PACKEDX_HEADER(suffix) \
void ff_yuv2 ## suffix ## _X_altivec(SwsContext *c, \
const int16_t *lumFilter, \


Loading…
Cancel
Save