I'm not sure why the function definition in cdr.h is different with all the function implementations in the cdr-*.c files. All I understand from reading all the C files are that this function is supposed to need a single parameter. Therefore, I just add a sed rule under prepare in the PKGBUILD:
sed -i 's/int OpenCdHandle();/int OpenCdHandle(const char *dev);/g' plugins/dfcdrom/cdr.h
Pinned Comments