From 0331a3797a3394ad03c8d7b40992b63f98018334 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Wed, 25 Dec 2013 00:37:48 +0000 Subject: fix compilation of avutil git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3051 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-2.0/avutil.pas | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/ffmpeg-2.0/avutil.pas') 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 -- cgit v1.2.3