Commit a436c636 authored by diego's avatar diego

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

This fixes swscale-example compilation.


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@29353 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 491e7dda
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#endif #endif
#include "libavutil/avutil.h" #include "libavutil/avutil.h"
#include "libavutil/internal.h"
#define STR(s) AV_TOSTRING(s) //AV_STRINGIFY is too long #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