aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-2.0/avutil.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffmpeg-2.0/avutil.pas')
-rw-r--r--src/lib/ffmpeg-2.0/avutil.pas3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/ffmpeg-2.0/avutil.pas b/src/lib/ffmpeg-2.0/avutil.pas
index 4383797d..d305e031 100644
--- a/src/lib/ffmpeg-2.0/avutil.pas
+++ b/src/lib/ffmpeg-2.0/avutil.pas
@@ -243,6 +243,9 @@ function MKBETAG(a, b, c, d: AnsiChar): integer; {$IFDEF HasInline}inline;{$ENDI
implementation
+uses
+ SysUtils;
+
function av_x_if_null(p: {const} pointer; x: {const} pointer): pointer; {$IFDEF HasInline}inline;{$ENDIF}
begin
if p = nil then