On 12/22/2016 9:07 AM, Diego Biurrun wrote:
> This unclutters the top-level directory and groups related files together.
> ---
>
> Now with "avbuild" as directory to store files in instead of "build".
Shouldn't it the the other way around? The build system is what should
be in the top level directory, and everything else moved instead.
What almost every other project does is keep the build system in the
top level, and place the actual library and cli source files inside a
src/ folder.
In libav's case, it would look something like
libav/
libav/Changelog
libav/configure
libav/Makefile
libav/README
...
libav/compat/
libav/doc/
libav/tests/
libav/tools/
libav/src/
libav/src/av{conv,play,probe}.*
libav/src/cmdutils.*
libav/src/libavcodec/
libav/src/libavformat/
...
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel