From f49747e90473cd2a8d2bb73db416c73e05109258 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 6 Mar 2010 22:37:08 +0000 Subject: x86: move function prototypes to header files Originally committed as revision 22266 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/x86/idct_mmx.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libavcodec/x86/idct_mmx.c') diff --git a/libavcodec/x86/idct_mmx.c b/libavcodec/x86/idct_mmx.c index aed934c04d..ad73f70732 100644 --- a/libavcodec/x86/idct_mmx.c +++ b/libavcodec/x86/idct_mmx.c @@ -23,6 +23,7 @@ #include "libavutil/common.h" #include "libavcodec/dsputil.h" +#include "dsputil_mmx.h" #include "mmx.h" #define ATTR_ALIGN(align) __attribute__ ((__aligned__ (align))) @@ -594,9 +595,6 @@ void idct (int16_t * const block) \ idct_col (block, 4); \ } -void ff_mmx_idct(DCTELEM *block); -void ff_mmxext_idct(DCTELEM *block); - declare_idct (ff_mmxext_idct, mmxext_table, mmxext_row_head, mmxext_row, mmxext_row_tail, mmxext_row_mid) -- cgit v1.2.3