From 3d1808b5ec93069182b730bb8ab826121ef1b78a Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Mon, 29 Oct 2012 22:21:58 +0000 Subject: increase minor version in libs. Ubuntu 12 has newer versions, than the 0.8 release of ffmpeg. What a bloody version politics. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2931 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-0.8/swscale.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/ffmpeg-0.8/swscale.pas') diff --git a/src/lib/ffmpeg-0.8/swscale.pas b/src/lib/ffmpeg-0.8/swscale.pas index b32cdeda..923dbf18 100644 --- a/src/lib/ffmpeg-0.8/swscale.pas +++ b/src/lib/ffmpeg-0.8/swscale.pas @@ -19,7 +19,7 @@ * - Ported by the UltraStar Deluxe Team * * Conversion of libswscale/swscale.h - * version: 2.0.0 + * version: 2.1.0 *) unit swscale; @@ -72,7 +72,7 @@ const *) (* Max. supported version by this header *) LIBSWSCALE_MAX_VERSION_MAJOR = 2; - LIBSWSCALE_MAX_VERSION_MINOR = 0; + LIBSWSCALE_MAX_VERSION_MINOR = 1; LIBSWSCALE_MAX_VERSION_RELEASE = 0; LIBSWSCALE_MAX_VERSION = (LIBSWSCALE_MAX_VERSION_MAJOR * VERSION_MAJOR) + (LIBSWSCALE_MAX_VERSION_MINOR * VERSION_MINOR) + -- cgit v1.2.3