Source: nageru
Version: 1.3.3-1
Severity: important
Justification: fails to build from source

Builds of nageru for non-SSE architectures (i.e., all but amd64, since
x32 isn't whitelisted) have been failing:

  filter.cpp: In member function 'void StereoFilter::init(FilterType, int)':
  filter.cpp:264:40: error: no matching function for call to 
'Filter::init(FilterType&, int, int&, int)'
     filters[i].init(type, 0, new_order, 0);
                                          ^
  filter.cpp:163:6: note: candidate: void Filter::init(FilterType, int)
   void Filter::init(FilterType type, int order)
        ^
  filter.cpp:163:6: note:   candidate expects 2 arguments, 4 provided
  Makefile:34: recipe for target 'filter.o' failed

Could you please take a look?

Thanks!

Reply via email to