mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Avoid "HAVE_CMOV not defined" warning.
patch by Christophe Mutricy, xtophe nxtelevision com Originally committed as revision 7443 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2d0bcfb412
commit
d0b456ba1e
@ -120,7 +120,7 @@ static inline int av_log2_16bit(unsigned int v)
|
||||
/* median of 3 */
|
||||
static inline int mid_pred(int a, int b, int c)
|
||||
{
|
||||
#if HAVE_CMOV
|
||||
#ifdef HAVE_CMOV
|
||||
int i=b;
|
||||
asm volatile(
|
||||
"cmp %2, %1 \n\t"
|
||||
|
Loading…
Reference in New Issue
Block a user