summaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/intelh263dec.c1
-rw-r--r--libavcodec/libxvid.c1
-rw-r--r--libavcodec/x86/mpegvideoenc_template.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/intelh263dec.c b/libavcodec/intelh263dec.c
index 33f7ffd..fe8d185 100644
--- a/libavcodec/intelh263dec.c
+++ b/libavcodec/intelh263dec.c
@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "mpegutils.h"
#include "mpegvideo.h"
#include "h263.h"
#include "mpegvideodata.h"
diff --git a/libavcodec/libxvid.c b/libavcodec/libxvid.c
index 8cbeef2..785c4db 100644
--- a/libavcodec/libxvid.c
+++ b/libavcodec/libxvid.c
@@ -35,6 +35,7 @@
#include "avcodec.h"
#include "internal.h"
#include "libxvid.h"
+#include "mpegutils.h"
#include "mpegvideo.h"
#if HAVE_UNISTD_H
diff --git a/libavcodec/x86/mpegvideoenc_template.c b/libavcodec/x86/mpegvideoenc_template.c
index 1899ba2..da76459 100644
--- a/libavcodec/x86/mpegvideoenc_template.c
+++ b/libavcodec/x86/mpegvideoenc_template.c
@@ -24,6 +24,7 @@
#include "libavutil/internal.h"
#include "libavutil/x86/asm.h"
+#include "libavcodec/mpegutils.h"
#include "libavcodec/mpegvideo.h"
#include "fdct.h"
OpenPOWER on IntegriCloud