Browse Source

sh4: add required #include, fix build

Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n1.1
Mans Rullgard 13 years ago
parent
commit
25dc79bc14
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/sh4/qpel.c

+ 2
- 0
libavcodec/sh4/qpel.c View File

@@ -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) \


Loading…
Cancel
Save