From 202c4c9cfed7031834dd9fe6d2de3499315fa5ee Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Mon, 4 Jan 2010 13:52:41 +0000 Subject: correction of version git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2065 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg/avio.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/ffmpeg/avio.pas b/src/lib/ffmpeg/avio.pas index faa6c24f..b10121ab 100644 --- a/src/lib/ffmpeg/avio.pas +++ b/src/lib/ffmpeg/avio.pas @@ -114,7 +114,7 @@ type name: PAnsiChar; url_open: function (h: PURLContext; filename: {const} PAnsiChar; flags: cint): cint; cdecl; url_read: function (h: PURLContext; buf: PByteArray; size: cint): cint; cdecl; - {$IF LIBAVFORMAT_VERSION >= 52034001} // 52.34.1 + {$IF LIBAVFORMAT_VERSION >= 52034000} // 52.34.0 url_read_complete: function (h: PURLContext; buf: PByteArray; size: cint): cint; cdecl; {$IFEND} url_write: function (h: PURLContext; buf: PByteArray; size: cint): cint; cdecl; -- cgit v1.2.3