aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.h
diff options
context:
space:
mode:
authorZdenek Kabelac <kabi@informatics.muni.cz>2002-11-12 15:00:04 +0000
committerZdenek Kabelac <kabi@informatics.muni.cz>2002-11-12 15:00:04 +0000
commit18f770162b9d079f2d278a719d7684dd19d86202 (patch)
tree5c77ea1c50f73765a3378392b4d311c8543329f0 /libavcodec/dsputil.h
parent92ddb69283d36a3b930fe94ab9f1b4503939b5d1 (diff)
downloadffmpeg-18f770162b9d079f2d278a719d7684dd19d86202.tar.gz
* fixing some minor const warnings
Originally committed as revision 1205 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r--libavcodec/dsputil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h
index aa7277ee7b..2ff6fb905a 100644
--- a/libavcodec/dsputil.h
+++ b/libavcodec/dsputil.h
@@ -131,7 +131,7 @@ void ff_block_permute(INT16 *block, UINT8 *permutation, const UINT8 *scantable,
#if defined(HAVE_MMX)
-#undef emms_c()
+#undef emms_c
#define MM_MMX 0x0001 /* standard MMX */
#define MM_3DNOW 0x0004 /* AMD 3DNOW */