Results 175 comments of Kagami

Try with `git revert 73288393805b91f481e1ac5dc123825947bfd1bf` I've added changes to use fastcomp backend but haven't updated instructions yet.

> Is there any way to clean a build, or rebuild after changing the makefile? `make clean`

@haobinyang what features do you need in particular?

>I was able to do this by sending "q" to stdin. Nice hack. >There are memory allocation problems. Interesting, sounds like a bug. Would be nice to have a complete...

I had a similar problem with this package: it creates files with 664 permissions and directories with 775, even though umask is 022. I found a fix though: replace `ForceCommand...

You're right, it turned out that target user had `umask 002` (due to `USERGROUPS_ENAB yes` in `/etc/login.defs`). I was confused by sftp executable because it preserves permissions.

Do you have hwdec enabled in standalone mpv?

Probably you forgot to enable libmpv.

Try with `--libmpv-static` https://github.com/mpv-player/mpv/blob/82ded968aae9e4141d6b25791546b9f92e3c20d1/wscript#L53

You can ask in https://github.com/mpv-player/mpv how to compile static libmpv.