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/avcodec.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/ffmpeg-0.8/avcodec.pas') diff --git a/src/lib/ffmpeg-0.8/avcodec.pas b/src/lib/ffmpeg-0.8/avcodec.pas index 9805bfd3..5b72d222 100644 --- a/src/lib/ffmpeg-0.8/avcodec.pas +++ b/src/lib/ffmpeg-0.8/avcodec.pas @@ -22,7 +22,7 @@ * - Changes and updates by the UltraStar Deluxe Team * * Conversion of libavcodec/avcodec.h - * version: 53.7.0 - 53.8.0 + * version: 53.7.0 - 53.35.0 * *) @@ -80,7 +80,7 @@ const *) (* Supported version by this header *) LIBAVCODEC_MAX_VERSION_MAJOR = 53; - LIBAVCODEC_MAX_VERSION_MINOR = 8; + LIBAVCODEC_MAX_VERSION_MINOR = 35; LIBAVCODEC_MAX_VERSION_RELEASE = 0; LIBAVCODEC_MAX_VERSION = (LIBAVCODEC_MAX_VERSION_MAJOR * VERSION_MAJOR) + (LIBAVCODEC_MAX_VERSION_MINOR * VERSION_MINOR) + -- cgit v1.2.3