From 08aa51105f881f912d7e4e4e4e083cb7732fd4b8 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Thu, 3 Jan 2013 22:47:34 +0000 Subject: merge with the patches of s_alexander from the new svn repository. prepare for second move to the new repository. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2932 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-0.9/avio.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/ffmpeg-0.9/avio.pas') diff --git a/src/lib/ffmpeg-0.9/avio.pas b/src/lib/ffmpeg-0.9/avio.pas index 1ce65826..166a600d 100644 --- a/src/lib/ffmpeg-0.9/avio.pas +++ b/src/lib/ffmpeg-0.9/avio.pas @@ -540,7 +540,7 @@ function url_exist(url: {const} PAnsiChar): cint; function avio_check(url: {const} PAnsiChar; flags: cint): cint; cdecl; external av__format; -{$IF FF_API_OLD_INTERRUPT_CB} +{$IFDEF FF_API_OLD_INTERRUPT_CB} (** * The callback is called in blocking functions to test regulary if * asynchronous interruption is needed. AVERROR_EXIT is returned -- cgit v1.2.3