[FFmpeg-cvslog] Remove two duplicated named asm constraints.
Carl Eugen Hoyos
git at videolan.org
Sat May 3 17:24:50 CEST 2014
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sat May 3 06:25:05 2014 +0000| [4aea0afbbb5ef7c15b60cba20915eb2437af224e] | committer: Michael Niedermayer
Remove two duplicated named asm constraints.
This fixes compilation of libmpcodecs/vf_fspp.c with gcc and
INLINE_ASM_DIRECT_SYMBOL_REFS disabled.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4aea0afbbb5ef7c15b60cba20915eb2437af224e
---
libavfilter/libmpcodecs/vf_fspp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/libmpcodecs/vf_fspp.c b/libavfilter/libmpcodecs/vf_fspp.c
index b786917..5521efd 100644
--- a/libavfilter/libmpcodecs/vf_fspp.c
+++ b/libavfilter/libmpcodecs/vf_fspp.c
@@ -1601,7 +1601,7 @@ static void column_fidct_mmx(int16_t* thr_adr, int16_t *data, int16_t *output,
NAMED_CONSTRAINTS_ADD(ff_MM_FIX_0_707106781,MM_2,MM_FIX_1_414213562_A,MM_FIX_1_414213562,MM_FIX_0_382683433,
ff_MM_FIX_0_541196100,MM_FIX_1_306562965,MM_FIX_0_847759065)
NAMED_CONSTRAINTS_ADD(MM_FIX_0_566454497,MM_FIX_0_198912367,MM_FIX_2_613125930,MM_FIX_1_847759065,
- MM_FIX_1_082392200,ff_MM_FIX_0_541196100,MM_FIX_1_306562965)
+ MM_FIX_1_082392200)
: "%"REG_a
);
}
More information about the ffmpeg-cvslog
mailing list