From cb653bfae1eac2c6c98d7fdfd1ef500a6d0c2e85 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Mon, 9 Jul 2012 22:18:24 +0000 Subject: more fixing ends of macros for Delphi 7. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2907 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-0.10/avio.pas | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/ffmpeg-0.10/avio.pas') diff --git a/src/lib/ffmpeg-0.10/avio.pas b/src/lib/ffmpeg-0.10/avio.pas index abeec968..61097c69 100644 --- a/src/lib/ffmpeg-0.10/avio.pas +++ b/src/lib/ffmpeg-0.10/avio.pas @@ -161,7 +161,7 @@ type must_flush: cint; (**< true if the next seek should flush *) eof_reached: cint; (**< true if eof reached *) write_flag: cint; (**< true if open for writing *) -{$IF FF_API_OLD_AVIO} +{$IFDEF FF_API_OLD_AVIO} is_streamed: cint; { deprecated } {$ENDIF} max_packet_size: cint; @@ -194,7 +194,7 @@ type (* unbuffered I/O *) -{$IF FF_API_OLD_AVIO} +{$IFDEF FF_API_OLD_AVIO} PURLProtocol = ^TURLProtocol; (** @@ -556,7 +556,7 @@ function avio_check(url: {const} PAnsiChar; flags: cint): cint; *) procedure avio_set_interrupt_cb(interrupt_cb: Pointer); cdecl; external av__format; deprecated; -{$IFEND} +{$ENDIF} (** * Allocate and initialize an AVIOContext for buffered I/O. It must be later @@ -898,7 +898,7 @@ function url_is_streamed(s: PAVIOContext): cint; begin Result := s^.is_streamed; end; -{$ENDIF} +{$IFEND} (** * For SEEK_CUR on Windows -- cgit v1.2.3