diff options
| author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2007-01-28 17:12:59 +0000 |
|---|---|---|
| committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2007-01-28 17:12:59 +0000 |
| commit | a56793d61e8152be10f485a1750ec608cd595a41 (patch) | |
| tree | 9d17024dc329ef424eebbbbb9f9012fa9a569c44 /src/post/deinterlace/plugins/tomsmocomp/SearchLoop0A.inc | |
| parent | 8e5e94801d45d597e847ee105034032fd9da0012 (diff) | |
| download | xine-lib-a56793d61e8152be10f485a1750ec608cd595a41.tar.gz xine-lib-a56793d61e8152be10f485a1750ec608cd595a41.tar.bz2 | |
revert part of the PaX team's patch which broke tomsmocomp (segfault)
CVS patchset: 8570
CVS date: 2007/01/28 17:12:59
Diffstat (limited to 'src/post/deinterlace/plugins/tomsmocomp/SearchLoop0A.inc')
| -rw-r--r-- | src/post/deinterlace/plugins/tomsmocomp/SearchLoop0A.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post/deinterlace/plugins/tomsmocomp/SearchLoop0A.inc b/src/post/deinterlace/plugins/tomsmocomp/SearchLoop0A.inc index b1d9aeca7..844c6f91a 100644 --- a/src/post/deinterlace/plugins/tomsmocomp/SearchLoop0A.inc +++ b/src/post/deinterlace/plugins/tomsmocomp/SearchLoop0A.inc @@ -7,9 +7,9 @@ // up by a little, and adjust later #ifdef IS_SSE2 - "paddusb "_ONES", %%xmm7\n\t" // bias toward no motion + "paddusb "MANGLE(ONES)", %%xmm7\n\t" // bias toward no motion #else - "paddusb "_ONES", %%mm7\n\t" // bias toward no motion + "paddusb "MANGLE(ONES)", %%mm7\n\t" // bias toward no motion #endif MERGE4PIXavg("(%%"XDI", %%"XCX")", "(%%"XSI", %%"XCX")") // center, in old and new |
