avutil/ppc/cpu: add include avassert.h

fix build failure on ppc64

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2015-06-05 19:12:58 +02:00
parent af8d63e756
commit 06b49375a2
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#include <proto/exec.h>
#endif /* __APPLE__ */
#include "libavutil/avassert.h"
#include "libavutil/cpu.h"
#include "libavutil/cpu_internal.h"