diff options
Diffstat (limited to 'Game/Code/lib/ffmpeg/avio.pas')
-rw-r--r-- | Game/Code/lib/ffmpeg/avio.pas | 4 |
1 files changed, 3 insertions, 1 deletions
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 *) |