[FFmpeg-devel] [PATCH] fix swscale-example build
Diego Biurrun
diego
Mon Feb 9 18:11:04 CET 2009
Currently 'make tests' fails when trying to build swscale-example.
The problem is that we #undef HAVE_AV_CONFIG_H in swscale-exampl.c,
which #includes swscale_internal.h, which needs DECLARE_ALIGNED, which
is #defined in libavutil/internal.h, which is not #included if
HAVE_AV_CONFIG_H is not set.
Any other solutions?
Diego
-------------- next part --------------
A non-text attachment was scrubbed...
Name: swscale-example.diff
Type: text/x-diff
Size: 988 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090209/52fd0c74/attachment.diff>
More information about the ffmpeg-devel
mailing list