From b7b62c3a53b3d543450451176e88806d21a49b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= Date: Mon, 30 May 2011 19:35:32 +0200 Subject: [PATCH] Include pixdesc.h for av_get_pix_fmt_name. Fixes compilation on PPC with Altivec enabled. --- libswscale/ppc/yuv2rgb_altivec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libswscale/ppc/yuv2rgb_altivec.c b/libswscale/ppc/yuv2rgb_altivec.c index ad956b92a1..626d55f5f7 100644 --- a/libswscale/ppc/yuv2rgb_altivec.c +++ b/libswscale/ppc/yuv2rgb_altivec.c @@ -95,6 +95,7 @@ adjustment. #include "libswscale/swscale.h" #include "libswscale/swscale_internal.h" #include "libavutil/cpu.h" +#include "libavutil/pixdesc.h" #undef PROFILE_THE_BEAST #undef INC_SCALING