Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-akode-lib-converter.cpp,v 1.1 2011/08/31 14:43:43 joerg Exp $
--- akode/lib/converter.cpp.orig 2011-08-30 13:57:17.000000000 +0000
+++ akode/lib/converter.cpp
@@ -26,7 +26,7 @@ namespace aKode {
Converter::Converter(int sample_width) : m_sample_width(sample_width) {}
-template<typename T, typename S, template<typename T> class ArithmT, template<typename S> class ArithmS>
+template<typename T, typename S, template<typename U> class ArithmT, template<typename U> class ArithmS>
static bool __doFrameFP(AudioFrame* in, AudioFrame* out, int sample_width)
{
AudioConfiguration config = *in;