aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-01-04 13:52:41 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-01-04 13:52:41 +0000
commit202c4c9cfed7031834dd9fe6d2de3499315fa5ee (patch)
tree8fdebb61a581dffdeee2742d05a2442de3688492 /src
parentcc5fc9280dd1774da45037fb18bb82e046d93571 (diff)
downloadusdx-202c4c9cfed7031834dd9fe6d2de3499315fa5ee.tar.gz
usdx-202c4c9cfed7031834dd9fe6d2de3499315fa5ee.tar.xz
usdx-202c4c9cfed7031834dd9fe6d2de3499315fa5ee.zip
correction of version
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2065 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src')
-rw-r--r--src/lib/ffmpeg/avio.pas2
1 files changed, 1 insertions, 1 deletions
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;