atheros / xbrzscale

Image upscaling commandline tool using xBRZ algorithm
GNU General Public License v3.0
99 stars 17 forks source link

Error on compile #2

Closed guspolly closed 9 years ago

guspolly commented 9 years ago

I'm not a coder, sorry if this seems self-evident. This is the output of make:

g++ -std=c++0x -c -o xbrzscale.o xbrzscale.cpp sdl-config --cflags xbrzscale.cpp: In function ‘int main(int, char_)’: xbrzscale.cpp:193:57: error: too few arguments to function ‘void xbrz::scale(size_t, const uint32t, uint32t, int, int, xbrz::ColorFormat, const xbrz::ScalerCfg&, int, int)’ xbrz::scale(scale, in_data, dest, src_width, src_height); ^ In file included from xbrzscale.cpp:26:0: xbrz/xbrz.h:57:6: note: declared here void scale(size_t factor, //valid range: 2 - 5 ^ make: _* [xbrzscale.o] Error 1

atheros commented 9 years ago

I cannot reproduce this problem