mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Fix compilation.
Originally committed as revision 16592 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6d32ec6ce9
commit
ff5d91d9a1
@ -1897,7 +1897,7 @@ static inline void RENAME(deInterlaceBlendLinear)(uint8_t src[], int stride, uin
|
|||||||
*/
|
*/
|
||||||
static inline void RENAME(deInterlaceMedian)(uint8_t src[], int stride)
|
static inline void RENAME(deInterlaceMedian)(uint8_t src[], int stride)
|
||||||
{
|
{
|
||||||
#ifd HAVE_MMX
|
#if HAVE_MMX
|
||||||
src+= 4*stride;
|
src+= 4*stride;
|
||||||
#if HAVE_MMX2
|
#if HAVE_MMX2
|
||||||
__asm__ volatile(
|
__asm__ volatile(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user