Patch for musl support

Barak A. Pearlmutter bap at debian.org
Thu Jun 19 10:50:54 BST 2025


Happy to in principle, but might it not be better to put in util.cpp
right after #include <ftw.h> or something like that:

#ifndef FTW_STOP
#define FTW_STOP 1
#endif
etc for:
...
#define FTW_CONTINUE 0
...
#define FTW_ACTIONRETVAL 16


More information about the Stopmotion mailing list