[FFmpeg-cvslog] Include pixdesc.h for av_get_pix_fmt_name.
Reimar Döffinger
git at videolan.org
Mon May 30 19:36:24 CEST 2011
ffmpeg | branch: master | Reimar Döffinger <Reimar.Doeffinger at gmx.de> | Mon May 30 19:35:32 2011 +0200| [b7b62c3a53b3d543450451176e88806d21a49b9d] | committer: Reimar Döffinger
Include pixdesc.h for av_get_pix_fmt_name.
Fixes compilation on PPC with Altivec enabled.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b7b62c3a53b3d543450451176e88806d21a49b9d
---
libswscale/ppc/yuv2rgb_altivec.c | 1 +
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
More information about the ffmpeg-cvslog
mailing list