On 01/02/2017 01:05, Vittorio Giovara wrote:
> IMO the final executable should still stay in the build directory.
+1
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel
On Tue, Jan 31, 2017 at 9:11 PM, Diego Biurrun wrote:
> This unclutters the top-level directory and groups related files together.
> ---
> diff --git a/avtools/Makefile b/avtools/Makefile
> new file mode 100644
> index 000..04d2a02
> --- /dev/null
> +++ b/avtools/Makefile
> @@ -0,0 +1,43 @@
>
This unclutters the top-level directory and groups related files together.
---
Now everything is placed below "avtools" as discussed on IRC.
.gitignore | 3 --
Makefile | 45 +++---
avtools/.gitignore