Browse Source

ppc: hpeldsp: Include attributes.h

This fixes building in configurations where altivec is disabled.

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n2.0
Martin Storsjö 12 years ago
parent
commit
6d0fbebf94
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/ppc/hpeldsp_altivec.c

+ 1
- 0
libavcodec/ppc/hpeldsp_altivec.c View File

@@ -21,6 +21,7 @@
*/

#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavcodec/hpeldsp.h"



Loading…
Cancel
Save