aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/ffmpeg/avformat.pas
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Game/Code/lib/ffmpeg/avformat.pas2
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;