Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2011-05-30 21:35:32 +0400
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2011-05-30 21:35:32 +0400
commitb7b62c3a53b3d543450451176e88806d21a49b9d (patch)
treed2b4adfce92a6eca5435d26120d4f6ea45ff9c38 /libswscale/ppc
parentf86d260df305ebde41093cb6de6de03e0d076356 (diff)
Include pixdesc.h for av_get_pix_fmt_name.
Fixes compilation on PPC with Altivec enabled.
Diffstat (limited to 'libswscale/ppc')
-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 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