Browse Source

altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>)

Originally committed as revision 12024 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
tags/v0.5
Magnus Damm Michael Niedermayer 22 years ago
parent
commit
35fe5cc53f
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      postproc/swscale.c

+ 3
- 0
postproc/swscale.c View File

@@ -61,6 +61,9 @@ untested special converters
#else
#include <stdlib.h>
#endif
#ifdef HAVE_ALTIVEC_H
#include <altivec.h>
#endif
#include "swscale.h"
#include "swscale_internal.h"
#include "../cpudetect.h"


Loading…
Cancel
Save