From: Mike Brady Date: Wed, 1 Aug 2018 08:36:28 +0000 (+0100) Subject: Change calculation order to prevent overflow after about 26 hours at 44,100 fps in... X-Git-Tag: 3.3RC0~275 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a0fb4c9197515376ff3a3364cbb854d405ea362;p=thirdparty%2Fshairport-sync.git Change calculation order to prevent overflow after about 26 hours at 44,100 fps in the frame rate calculations. Calculate frame rates whether statistcs are requested or not. Clean up some fps rate availability flags. --- diff --git a/configure.ac b/configure.ac index 8650a1a0..54c0e6fd 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.50]) -AC_INIT([shairport-sync], [3.3d0], [mikebrady@eircom.net]) +AC_INIT([shairport-sync], [3.3d1], [mikebrady@eircom.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([shairport.c]) AC_CONFIG_HEADERS([config.h])