[FFmpeg-cvslog] Fix even more missing includes after the common.h removal

Martin Storsjö git at videolan.org
Thu Aug 16 16:24:43 CEST 2012


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Thu Aug 16 14:02:24 2012 +0300| [232e35de2e139cc2d34ed67a34dedbbc5da56052] | committer: Martin Storsjö

Fix even more missing includes after the common.h removal

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=232e35de2e139cc2d34ed67a34dedbbc5da56052
---

 libavcodec/sparc/simple_idct_vis.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/libavcodec/sparc/simple_idct_vis.c b/libavcodec/sparc/simple_idct_vis.c
index f9fcf80..43a898a 100644
--- a/libavcodec/sparc/simple_idct_vis.c
+++ b/libavcodec/sparc/simple_idct_vis.c
@@ -22,8 +22,11 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include <stdint.h>
+
 #include "libavcodec/dsputil.h"
 #include "dsputil_vis.h"
+#include "libavutil/mem.h"
 
 static const DECLARE_ALIGNED(8, int16_t, coeffs)[28] = {
     - 1259,- 1259,- 1259,- 1259,



More information about the ffmpeg-cvslog mailing list