Files
libsidplayfp/fix-missing-include.patch
Takashi Iwai ad2385fc82 Accepting request 1097447 from home:amanzini:branches:multimedia:libs
- Update to version 2.5.0
  * residfp: reworked the combined waveforms model by separating pulldown effect from waveform generation
  * residfp: tweaked the 8580 filter parameters for increased volume and less distortion (#45)
  * Updated to latest resid
  * Use OpenMP to speedup LUTs initialization
  * CIA: minor rework based on chip reverse engineering
  * Use c++17 where available
  * Added sanity check for buffer size
  * Minor mixer optimizations
  * Other minor changes

OBS-URL: https://build.opensuse.org/request/show/1097447
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=15
2023-07-07 15:41:04 +00:00

13 lines
463 B
Diff

Index: libsidplayfp-2.5.0/src/builders/residfp-builder/residfp/resample/SincResampler.cpp
===================================================================
--- libsidplayfp-2.5.0.orig/src/builders/residfp-builder/residfp/resample/SincResampler.cpp
+++ libsidplayfp-2.5.0/src/builders/residfp-builder/residfp/resample/SincResampler.cpp
@@ -27,6 +27,7 @@
#include <cmath>
#include <iostream>
#include <sstream>
+#include <cstdint>
#include "siddefs-fp.h"