patch-akode_lib_converter_cpp 632 B

12345678910111213
  1. $OpenBSD: patch-akode_lib_converter_cpp,v 1.1 2017/04/27 12:44:03 espie Exp $
  2. --- akode/lib/converter.cpp.orig Thu Apr 27 14:26:04 2017
  3. +++ akode/lib/converter.cpp Thu Apr 27 14:26:18 2017
  4. @@ -26,7 +26,7 @@ namespace aKode {
  5. Converter::Converter(int sample_width) : m_sample_width(sample_width) {}
  6. -template<typename T, typename S, template<typename T> class ArithmT, template<typename S> class ArithmS>
  7. +template<typename T, typename S, template<typename U> class ArithmT, template<typename V> class ArithmS>
  8. static bool __doFrameFP(AudioFrame* in, AudioFrame* out, int sample_width)
  9. {
  10. AudioConfiguration config = *in;