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/avutil.pas | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'Game/Code/lib/ffmpeg/avutil.pas') diff --git a/Game/Code/lib/ffmpeg/avutil.pas b/Game/Code/lib/ffmpeg/avutil.pas index d0499755..3bd565c7 100644 --- a/Game/Code/lib/ffmpeg/avutil.pas +++ b/Game/Code/lib/ffmpeg/avutil.pas @@ -22,14 +22,16 @@ * in the source codes *) (* - * avutil.h: + * Conversions of + * + * libavutil/avutil.h: * Min. version: ? - * Max. version: revision 12410, Mon Mar 10 18:42:09 2008 UTC + * Max. version: revision 13595, Sun Jun 1 07:37:43 2008 UTC * - * mem.h: - * revision 12501, Wed Mar 19 07:43:43 2008 UTC + * libavutil/mem.h: + * revision 13665, Thu Jun 5 19:49:47 2008 UTC * - * log.h: + * libavutil/log.h: * revision 13068, Tue May 6 08:41:13 2008 UTC *) @@ -57,7 +59,7 @@ uses const (* Max. supported version by this header *) LIBAVUTIL_MAX_VERSION_MAJOR = 49; - LIBAVUTIL_MAX_VERSION_MINOR = 6; + LIBAVUTIL_MAX_VERSION_MINOR = 7; LIBAVUTIL_MAX_VERSION_RELEASE = 0; LIBAVUTIL_MAX_VERSION = (LIBAVUTIL_MAX_VERSION_MAJOR * VERSION_MAJOR) + (LIBAVUTIL_MAX_VERSION_MINOR * VERSION_MINOR) + -- cgit v1.2.3