diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-01-11 11:50:24 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-01-11 11:50:24 +0000 |
commit | 69af8d0951d9c741680e9c7f5c5ccd63f36b8df5 (patch) | |
tree | ef44c5d95ab54125108154d33fc7c985e7aadb6c /Game/Code/lib/ffmpeg/avformat.pas | |
parent | ef679a21a892fbf6298cdc08dcae0c70cc1818d3 (diff) | |
download | usdx-69af8d0951d9c741680e9c7f5c5ccd63f36b8df5.tar.gz usdx-69af8d0951d9c741680e9c7f5c5ccd63f36b8df5.tar.xz usdx-69af8d0951d9c741680e9c7f5c5ccd63f36b8df5.zip |
FPC compatible FFMPEG versioning support. Version-numbers are in the form AAIISS now instead of AA.IISS (which is not supported by fpc)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@783 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/lib/ffmpeg/avformat.pas')
-rw-r--r-- | Game/Code/lib/ffmpeg/avformat.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/lib/ffmpeg/avformat.pas b/Game/Code/lib/ffmpeg/avformat.pas index 174542b3..bcd7861c 100644 --- a/Game/Code/lib/ffmpeg/avformat.pas +++ b/Game/Code/lib/ffmpeg/avformat.pas @@ -303,7 +303,7 @@ type oformat: PAVOutputFormat; priv_data: pointer; - {$IF (LIBAVFORMAT_VERSION >= 52)} + {$IF (LIBAVFORMAT_MAJOR_VERSION >= 52)} pb: PByteIOContext; {$ELSE} pb: TByteIOContext; |