diff options
| author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-06-05 16:00:06 +0000 |
|---|---|---|
| committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2005-06-05 16:00:06 +0000 |
| commit | 45488a925b73cbefa2dfd93de3588486012e6132 (patch) | |
| tree | 4e97a5176fa055d8736de6448dc5e80e1f40c388 /src/post/deinterlace/plugins/tomsmocomp/SearchLoop0A.inc | |
| parent | d3e0104e88cfe385e0cfba9ac7a2ab1100029f18 (diff) | |
| download | xine-lib-45488a925b73cbefa2dfd93de3588486012e6132.tar.gz xine-lib-45488a925b73cbefa2dfd93de3588486012e6132.tar.bz2 | |
quite some hacks for gcc 2.95 compatibility
CVS patchset: 7612
CVS date: 2005/06/05 16:00:06
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 |
