diff options
Diffstat (limited to 'src/lib/ffmpeg')
-rw-r--r-- | src/lib/ffmpeg/avio.pas | 2 |
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; |