Luca Barbato

Results 466 comments of Luca Barbato

Alternatively the demuxing context could act as a specialized BufRead-like structure.

Now there is an extra simple and stupid trait to have some byte-specific `peek()` functions for the joy of @sdroege. https://github.com/rust-av/rust-av/commit/08dce83291cba397b3fb4cb4af0b96bb0910bfaa

I cannot reproduce it on MacOS as well.

The test is supposed to be something more or less similar to #2852 but since the tests pass there, I assume rustdoc is doing something different.

Confirmed to fail similarly on nightly.

The problem seems somehow in rustdoc, I hadn't had time to dig further.

Are you willing to open an issue on their side? It is really fishy.

I guess the readme could explicitly mention `--destdir`.

[DESTDIR](https://www.gnu.org/software/automake/manual/html_node/DESTDIR.html) is used to tell the install process where to put the files temporary, **prefix** is the path you put over the default bin/lib/...etc directorires. By default is `/usr/local`. Ideally...

I see that cmake warns about windows in its documentation for [destdir](https://cmake.org/cmake/help/v3.12/envvar/DESTDIR.html).