From 034bea46b98c56ff9c61b2aaaf9c54ba8fbffc7b Mon Sep 17 00:00:00 2001 From: reimar Date: Wed, 30 Jan 2008 18:33:51 +0000 Subject: [PATCH] mark constants as such git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25934 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpcodecs/vf_fspp.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/libmpcodecs/vf_fspp.c b/libmpcodecs/vf_fspp.c index f7631327c4..419817dccd 100644 --- a/libmpcodecs/vf_fspp.c +++ b/libmpcodecs/vf_fspp.c @@ -726,15 +726,15 @@ DECLARE_ASM_CONST(8, uint64_t, MM_2)=C64(2); #else /* !HAVE_MMX */ typedef int32_t int_simd16_t; -static int16_t FIX_0_382683433=FIX(0.382683433, 14); -static int16_t FIX_0_541196100=FIX(0.541196100, 14); -static int16_t FIX_0_707106781=FIX(0.707106781, 14); -static int16_t FIX_1_306562965=FIX(1.306562965, 14); -static int16_t FIX_1_414213562_A=FIX(1.414213562, 14); -static int16_t FIX_1_847759065=FIX(1.847759065, 13); -static int16_t FIX_2_613125930=FIX(-2.613125930, 13); //- -static int16_t FIX_1_414213562=FIX(1.414213562, 13); -static int16_t FIX_1_082392200=FIX(1.082392200, 13); +static const int16_t FIX_0_382683433=FIX(0.382683433, 14); +static const int16_t FIX_0_541196100=FIX(0.541196100, 14); +static const int16_t FIX_0_707106781=FIX(0.707106781, 14); +static const int16_t FIX_1_306562965=FIX(1.306562965, 14); +static const int16_t FIX_1_414213562_A=FIX(1.414213562, 14); +static const int16_t FIX_1_847759065=FIX(1.847759065, 13); +static const int16_t FIX_2_613125930=FIX(-2.613125930, 13); //- +static const int16_t FIX_1_414213562=FIX(1.414213562, 13); +static const int16_t FIX_1_082392200=FIX(1.082392200, 13); #endif