diff mpeg4data.h @ 5162:4394344397d8 libavcodec

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents 0244bba24b43
children 9ecbfc0c82bf
line wrap: on
line diff
--- a/mpeg4data.h	Sat Jun 16 22:58:43 2007 +0000
+++ b/mpeg4data.h	Sat Jun 16 22:59:13 2007 +0000
@@ -25,6 +25,9 @@
  * mpeg4 tables.
  */
 
+#include <stdint.h>
+#include "mpegvideo.h"
+
 // shapes
 #define RECT_SHAPE       0
 #define BIN_SHAPE        1