diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-06-11 10:19:04 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-06-11 10:19:04 +0000 |
commit | 0fa66fd7387549078a0b4d7c0c9c6ac216c8f1f8 (patch) | |
tree | 07c6e90a4503d0b33623a8fc5a868d88f553bdb1 | |
parent | 17eaff1a38cfa5fc51520d6f9582ce3a62b867cf (diff) |
Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro.
This fixes swscale-example compilation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29353 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libswscale/swscale_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 83d47a2fe0..23ceec78bf 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -28,6 +28,7 @@ #endif #include "libavutil/avutil.h" +#include "libavutil/internal.h" #define STR(s) AV_TOSTRING(s) //AV_STRINGIFY is too long |