summaryrefslogtreecommitdiffstats
path: root/libswscale/ppc/yuv2rgb_altivec.c
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2011-05-30 19:35:32 +0200
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2011-05-30 19:35:32 +0200
commitb7b62c3a53b3d543450451176e88806d21a49b9d (patch)
treed2b4adfce92a6eca5435d26120d4f6ea45ff9c38 /libswscale/ppc/yuv2rgb_altivec.c
parentf86d260df305ebde41093cb6de6de03e0d076356 (diff)
downloadffmpeg-streaming-b7b62c3a53b3d543450451176e88806d21a49b9d.zip
ffmpeg-streaming-b7b62c3a53b3d543450451176e88806d21a49b9d.tar.gz
Include pixdesc.h for av_get_pix_fmt_name.
Fixes compilation on PPC with Altivec enabled.
Diffstat (limited to 'libswscale/ppc/yuv2rgb_altivec.c')
-rw-r--r--libswscale/ppc/yuv2rgb_altivec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/ppc/yuv2rgb_altivec.c b/libswscale/ppc/yuv2rgb_altivec.c
index ad956b9..626d55f 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
OpenPOWER on IntegriCloud