[FFmpeg-cvslog] avutil/ppc/cpu: add include avassert.h

Michael Niedermayer git at videolan.org
Fri Jun 5 19:20:41 CEST 2015


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Jun  5 19:12:58 2015 +0200| [06b49375a2cd998b71db8b57668388af46517004] | committer: Michael Niedermayer

avutil/ppc/cpu: add include avassert.h

fix build failure on ppc64

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=06b49375a2cd998b71db8b57668388af46517004
---

 libavutil/ppc/cpu.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavutil/ppc/cpu.c b/libavutil/ppc/cpu.c
index 4353a25..0f1e982 100644
--- a/libavutil/ppc/cpu.c
+++ b/libavutil/ppc/cpu.c
@@ -37,6 +37,7 @@
 #include <proto/exec.h>
 #endif /* __APPLE__ */
 
+#include "libavutil/avassert.h"
 #include "libavutil/cpu.h"
 #include "libavutil/cpu_internal.h"
 



More information about the ffmpeg-cvslog mailing list