From bcec80f4bc1a7b299f37b49d463494d6817f4496 Mon Sep 17 00:00:00 2001 From: tobigun Date: Sat, 14 Jun 2008 13:57:15 +0000 Subject: ffmpeg update git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1147 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/lib/ffmpeg/avio.pas | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Game/Code/lib/ffmpeg/avio.pas') diff --git a/Game/Code/lib/ffmpeg/avio.pas b/Game/Code/lib/ffmpeg/avio.pas index 778cd9bf..745725b7 100644 --- a/Game/Code/lib/ffmpeg/avio.pas +++ b/Game/Code/lib/ffmpeg/avio.pas @@ -24,6 +24,7 @@ For Mac OS X, some modifications were made by The Creative CAT, denoted as CAT in the source codes *) (* + * Conversion of libavformat/avio.h * revision 12658, Mon Mar 31 17:31:11 2008 UTC *) @@ -42,7 +43,8 @@ unit avio; interface uses - avutil, // for uint64 + avutil, + avcodec, UConfig; (* output byte stream handling *) -- cgit v1.2.3