mirror of https://github.com/mpv-player/mpv
sync liba52_amd64_changes.diff with latest fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16192 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2cc2011785
commit
1a1943b402
|
@ -1182,7 +1182,7 @@ diff -u -r1.27 imdct.c
|
||||||
+ "sub $16, %%"REG_D" \n\t"
|
+ "sub $16, %%"REG_D" \n\t"
|
||||||
+ "jnc 1b \n\t"
|
+ "jnc 1b \n\t"
|
||||||
+ "pop %%"REG_BP" \n\t"//no we didnt touch ebp *g*
|
+ "pop %%"REG_BP" \n\t"//no we didnt touch ebp *g*
|
||||||
+ :: "r" (data), "r" (buf)
|
+ :: "b" (data), "c" (buf)
|
||||||
+ : "%"REG_S, "%"REG_D, "%"REG_a, "%"REG_d
|
+ : "%"REG_S, "%"REG_D, "%"REG_a, "%"REG_d
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue