[FFmpeg-cvslog] sh4: add required #include, fix build

Mans Rullgard git at videolan.org
Thu Oct 11 16:00:19 CEST 2012


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Thu Oct 11 02:08:24 2012 +0100| [25dc79bc1433f2689b69aa1293e311ed69a95a8a] | committer: Mans Rullgard

sh4: add required #include, fix build

Signed-off-by: Mans Rullgard <mans at mansr.com>

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

 libavcodec/sh4/qpel.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/sh4/qpel.c b/libavcodec/sh4/qpel.c
index 3242872..cb6cdf0 100644
--- a/libavcodec/sh4/qpel.c
+++ b/libavcodec/sh4/qpel.c
@@ -21,6 +21,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include "libavutil/common.h"
+
 #define PIXOP2(OPNAME, OP) \
 \
 static inline void OPNAME ## _pixels4_l2_aligned(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, int dst_stride, int src_stride1, int src_stride2, int h) \



More information about the ffmpeg-cvslog mailing list