[FFmpeg-cvslog] r22342 - in trunk/libavcodec: bfin/dsputil_bfin.h sh4/dsputil_sh4.h
mru
subversion
Mon Mar 8 21:17:51 CET 2010
Author: mru
Date: Mon Mar 8 21:17:51 2010
New Revision: 22342
Log:
Add missing includes in bfin and sh4 files
Modified:
trunk/libavcodec/bfin/dsputil_bfin.h
trunk/libavcodec/sh4/dsputil_sh4.h
Modified: trunk/libavcodec/bfin/dsputil_bfin.h
==============================================================================
--- trunk/libavcodec/bfin/dsputil_bfin.h Mon Mar 8 21:17:47 2010 (r22341)
+++ trunk/libavcodec/bfin/dsputil_bfin.h Mon Mar 8 21:17:51 2010 (r22342)
@@ -24,6 +24,9 @@
#ifndef AVCODEC_BFIN_DSPUTIL_BFIN_H
#define AVCODEC_BFIN_DSPUTIL_BFIN_H
+#include "config.h"
+#include "libavcodec/dsputil.h"
+
#if defined(__FDPIC__) && CONFIG_SRAM
#define attribute_l1_text __attribute__ ((l1_text))
#define attribute_l1_data_b __attribute__((l1_data_B))
Modified: trunk/libavcodec/sh4/dsputil_sh4.h
==============================================================================
--- trunk/libavcodec/sh4/dsputil_sh4.h Mon Mar 8 21:17:47 2010 (r22341)
+++ trunk/libavcodec/sh4/dsputil_sh4.h Mon Mar 8 21:17:51 2010 (r22342)
@@ -19,6 +19,9 @@
#ifndef AVCODEC_SH4_DSPUTIL_SH4_H
#define AVCODEC_SH4_DSPUTIL_SH4_H
+#include "libavcodec/avcodec.h"
+#include "libavcodec/dsputil.h"
+
void idct_sh4(DCTELEM *block);
void dsputil_init_align(DSPContext* c, AVCodecContext *avctx);
More information about the ffmpeg-cvslog
mailing list