From 5b173c09d06dd1587948319dd5e96a6ab8fe23fb Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Fri, 17 Nov 2006 22:52:24 +0000 Subject: [PATCH] * Other way around of course --- modules/codec/ffmpeg/scale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/codec/ffmpeg/scale.c b/modules/codec/ffmpeg/scale.c index 657c3ff260..692253f865 100644 --- a/modules/codec/ffmpeg/scale.c +++ b/modules/codec/ffmpeg/scale.c @@ -44,7 +44,7 @@ #include "ffmpeg.h" /* Version checking */ -#if ( LIBSWSCALE_VERSION_INT >= ((0<<16)+(5<<8)+0) ) && (defined(HAVE_FFMPEG_SWSCALE_H) || defined(HAVE_LIBSWSCALE_TREE)) +#if ( (defined(HAVE_FFMPEG_SWSCALE_H) || defined(HAVE_LIBSWSCALE_TREE)) && LIBSWSCALE_VERSION_INT >= ((0<<16)+(5<<8)+0) ) /***************************************************************************** * filter_sys_t : filter descriptor -- 2.39.2