aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.h
diff options
context:
space:
mode:
authorRomain Dolbeau <dolbeau@irisa.fr>2003-01-11 20:51:03 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-01-11 20:51:03 +0000
commite629ab68a7ed341ab7f92b7d18c73509429453f3 (patch)
tree86c5c43cb5b636349d692490cf1fb41cd2199c0b /libavcodec/dsputil.h
parentf3ec2d46bae60984cb9d0a26e94a2cc298b4f06d (diff)
downloadffmpeg-e629ab68a7ed341ab7f92b7d18c73509429453f3.tar.gz
altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)
Originally committed as revision 1448 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r--libavcodec/dsputil.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h
index 08c679cc1c..ad0109553c 100644
--- a/libavcodec/dsputil.h
+++ b/libavcodec/dsputil.h
@@ -158,6 +158,10 @@ void ff_block_permute(INT16 *block, UINT8 *permutation, const UINT8 *scantable,
#define emms_c()
+/* should be defined by architectures supporting
+ one or more MultiMedia extension */
+int mm_support(void);
+
#if defined(HAVE_MMX)
#undef emms_c
@@ -170,7 +174,6 @@ void ff_block_permute(INT16 *block, UINT8 *permutation, const UINT8 *scantable,
extern int mm_flags;
-int mm_support(void);
void add_pixels_clamped_mmx(const DCTELEM *block, UINT8 *pixels, int line_size);
void put_pixels_clamped_mmx(const DCTELEM *block, UINT8 *pixels, int line_size);