Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasimir666 <casimir666@users.sourceforge.net>2010-01-10 17:45:24 +0300
committerCasimir666 <casimir666@users.sourceforge.net>2010-01-10 17:45:24 +0300
commit36f55068d1f88dd457822d08b3e550eb1e3557aa (patch)
treed334b75ecfc39c1a44d9e5aee8955368da303e59 /src/filters/transform/mpcvideodec/ffmpeg
parent94e0889072d5599d5b341348c52bf165bc4daa0e (diff)
Fixed : compilation error in x64
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1499 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/transform/mpcvideodec/ffmpeg')
-rw-r--r--src/filters/transform/mpcvideodec/ffmpeg/libswscale/swscale.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/filters/transform/mpcvideodec/ffmpeg/libswscale/swscale.c b/src/filters/transform/mpcvideodec/ffmpeg/libswscale/swscale.c
index 653549cd4..4b27e2b57 100644
--- a/src/filters/transform/mpcvideodec/ffmpeg/libswscale/swscale.c
+++ b/src/filters/transform/mpcvideodec/ffmpeg/libswscale/swscale.c
@@ -1430,14 +1430,14 @@ static void initMMX2HScaler(int dstW, int xInc, uint8_t *funnyCode, int16_t *fil
// End
"9: \n\t"
// "int $3\n\t"
- "lea 0b, %0 \n\t"
- "lea 1b, %1 \n\t"
- "lea 2b, %2 \n\t"
+ "lea " LOCAL_MANGLE(0b) ", %0 \n\t"
+ "lea " LOCAL_MANGLE(1b) ", %1 \n\t"
+ "lea " LOCAL_MANGLE(2b) ", %2 \n\t"
"dec %1 \n\t"
"dec %2 \n\t"
"sub %0, %1 \n\t"
"sub %0, %2 \n\t"
- "lea 9b, %3 \n\t"
+ "lea " LOCAL_MANGLE(9b) ", %3 \n\t"
"sub %0, %3 \n\t"
@@ -1468,14 +1468,14 @@ static void initMMX2HScaler(int dstW, int xInc, uint8_t *funnyCode, int16_t *fil
// End
"9: \n\t"
// "int $3\n\t"
- "lea 0b, %0 \n\t"
- "lea 1b, %1 \n\t"
- "lea 2b, %2 \n\t"
+ "lea " LOCAL_MANGLE(0b) ", %0 \n\t"
+ "lea " LOCAL_MANGLE(1b) ", %1 \n\t"
+ "lea " LOCAL_MANGLE(2b) ", %2 \n\t"
"dec %1 \n\t"
"dec %2 \n\t"
"sub %0, %1 \n\t"
"sub %0, %2 \n\t"
- "lea 9b, %3 \n\t"
+ "lea " LOCAL_MANGLE(9b) ", %3 \n\t"
"sub %0, %3 \n\t"