On Tue, Dec 20, 2016 at 05:32:03PM +0100, Luca Barbato wrote:
> On 20/12/2016 17:03, Vittorio Giovara wrote:
> > On Tue, Dec 20, 2016 at 3:34 PM, Diego Biurrun <di...@biurrun.de> wrote:
> >> This unclutters the top-level directory and groups related files together.
> >> ---
> >>
> >> I'm tempted to also move config.h and config.asm. For the former, it would
> >> make the #include name less generic, which would be a good thing.
> >>
> >>  .gitignore                       |  3 ++-
> >>  Makefile                         | 19 ++++++++++---------
> >>  build/.gitignore                 |  4 ++++
> >>  arch.mak => build/arch.mak       |  0
> >>  common.mak => build/common.mak   |  2 +-
> >>  library.mak => build/library.mak |  2 +-
> >>  version.sh => build/version.sh   |  0
> >>  configure                        | 23 ++++++++++++-----------
> >>  tests/fate.sh                    |  2 +-
> >>  9 files changed, 31 insertions(+), 24 deletions(-)
> >>  create mode 100644 build/.gitignore
> >>  rename arch.mak => build/arch.mak (100%)
> >>  rename common.mak => build/common.mak (98%)
> >>  rename library.mak => build/library.mak (98%)
> >>  rename version.sh => build/version.sh (100%)
> > 
> > Can I bikeshed the folder name? I personally use build/ as default
> > directory where to do the build, maybe "config" would be a good
> > alternative?
> 
> +1 for config.

"config" is not good as it's not just configuration stuff in there.
"avbuild" would be a sensible alternative.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to