You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Fix compilation.
Originally committed as revision 16592 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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)
|
||||
{
|
||||
#ifd HAVE_MMX
|
||||
#if HAVE_MMX
|
||||
src+= 4*stride;
|
||||
#if HAVE_MMX2
|
||||
__asm__ volatile(
|
||||
|
Reference in New Issue
Block a user