diff options
Diffstat (limited to 'Game/Code/lib/ffmpeg')
-rw-r--r-- | Game/Code/lib/ffmpeg/avutil.pas | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Game/Code/lib/ffmpeg/avutil.pas b/Game/Code/lib/ffmpeg/avutil.pas index 3bd565c7..c4b6f633 100644 --- a/Game/Code/lib/ffmpeg/avutil.pas +++ b/Game/Code/lib/ffmpeg/avutil.pas @@ -71,10 +71,10 @@ const {$IFEND} {$IFDEF FPC} - // check for version of FPC < 2.2.0 - {$IF (FPC_VERSION < 2) or ((FPC_VERSION = 2) and (FPC_RELEASE < 2))} - type uint64 = QWord; - {$IFEND} +{$IF FPC_VERSION_INT < 2002000} // < 2.2.0 +type + uint64 = QWord; +{$IFEND} {$ENDIF} type |