From 4ac94939ca996ccc201d2f0e7a1a3e7bc7e7d77e Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Fri, 19 Jun 2009 12:10:59 +0000 Subject: prevent future crash with version numbers git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1826 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg/swscale.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/ffmpeg/swscale.pas b/src/lib/ffmpeg/swscale.pas index 0d35667c..c0aabf45 100644 --- a/src/lib/ffmpeg/swscale.pas +++ b/src/lib/ffmpeg/swscale.pas @@ -280,7 +280,7 @@ procedure sws_printVec(a: PSwsVector); cdecl; external sw__scale; deprecated; {$IFEND} -{$IF LIBSWSCALE_VERSION_MINOR >= 7} +{$IF LIBSWSCALE_VERSION >= 000007000} // >= 0.7.0 (** * Prints with av_log() a textual representation of the vector a * if log_level <= av_log_level. -- cgit v1.2.3