Commit 02163b79 authored by Diego Biurrun's avatar Diego Biurrun

Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.

This fixes swscale-example compilation.

Originally committed as revision 29353 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
parent 0ef37cd5
......@@ -28,6 +28,7 @@
#endif
#include "libavutil/avutil.h"
#include "libavutil/internal.h"
#define STR(s) AV_TOSTRING(s) //AV_STRINGIFY is too long
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment