On Tue, Jan 31, 2017 at 9:11 PM, Diego Biurrun <di...@biurrun.de> 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 0000000..04d2a02
> --- /dev/null
> +++ b/avtools/Makefile
> @@ -0,0 +1,43 @@
> +AVPROGS-$(CONFIG_AVCONV)   += avtools/avconv
> +AVPROGS-$(CONFIG_AVPLAY)   += avtools/avplay
> +AVPROGS-$(CONFIG_AVPROBE)  += avtools/avprobe

IMO the final executable should still stay in the build directory.
-- 
Vittorio
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to