From 9dfeb623339a226c33d4f203e12f5629be445d08 Mon Sep 17 00:00:00 2001 From: basisbit Date: Mon, 19 Oct 2015 02:01:57 +0000 Subject: * adapted to build with ffmpeg 2.8.1 * fixed jumping to 5 seconds before singing starts (only for songs with long intro). Press the "s"-key to jump forward to the position. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3146 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-2.8/avutil.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/ffmpeg-2.8/avutil.pas') diff --git a/src/lib/ffmpeg-2.8/avutil.pas b/src/lib/ffmpeg-2.8/avutil.pas index 177e277c..4fb3dcef 100644 --- a/src/lib/ffmpeg-2.8/avutil.pas +++ b/src/lib/ffmpeg-2.8/avutil.pas @@ -66,7 +66,7 @@ const (* Min. supported version by this header *) LIBAVUTIL_MIN_VERSION_MAJOR = 54; - LIBAVUTIL_MIN_VERSION_MINOR = 31; + LIBAVUTIL_MIN_VERSION_MINOR = 30; LIBAVUTIL_MIN_VERSION_RELEASE = 100; LIBAVUTIL_MIN_VERSION = (LIBAVUTIL_MIN_VERSION_MAJOR * VERSION_MAJOR) + (LIBAVUTIL_MIN_VERSION_MINOR * VERSION_MINOR) + -- cgit v1.2.3