Include pixdesc.h for av_get_pix_fmt_name.

Fixes compilation on PPC with Altivec enabled.
This commit is contained in:
Reimar Döffinger 2011-05-30 19:35:32 +02:00
parent f86d260df3
commit b7b62c3a53

View File

@ -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