diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-17 01:17:22 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-17 01:17:22 +0100 |
commit | fe0a71e0210d7c47cebcae1cd206ea8a2413063d (patch) | |
tree | 40341ae91d12563f67fc4ba8a47cc3335594115f /src/post/goom/mmx.c | |
parent | 6bf1534d4b8bba9b9702baea5ee898151cf34c04 (diff) | |
parent | 65e56d6b071c42dfedd4a0b0c28e627465c67295 (diff) | |
download | xine-lib-fe0a71e0210d7c47cebcae1cd206ea8a2413063d.tar.gz xine-lib-fe0a71e0210d7c47cebcae1cd206ea8a2413063d.tar.bz2 |
Merge from 1.2 main branch.
Diffstat (limited to 'src/post/goom/mmx.c')
-rw-r--r-- | src/post/goom/mmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/goom/mmx.c b/src/post/goom/mmx.c index e2f25b47d..3c9d0ee4a 100644 --- a/src/post/goom/mmx.c +++ b/src/post/goom/mmx.c @@ -109,7 +109,7 @@ void zoom_filter_mmx (int prevX, int prevY, "pmullw %%mm4, %%mm1 \n\t" "pmullw %%mm5, %%mm2 \n\t" - /* ajout des valeurs obtenues à la valeur finale */ + /* ajout des valeurs obtenues à la valeur finale */ "paddw %%mm1, %%mm0 \n\t" "paddw %%mm2, %%mm0 \n\t" |