Diego Biurrun <[email protected]> writes:

> This is consistent with how all other table generation programs are named.
> Moreover this ensures that the cos table generation program is correctly
> deleted when cleaning the tree.
> ---
>  libavcodec/Makefile       |    8 ++--
>  libavcodec/cos_tablegen.c |   76 
> +++++++++++++++++++++++++++++++++++++++++++++
>  libavcodec/costablegen.c  |   76 
> ---------------------------------------------
>  3 files changed, 80 insertions(+), 80 deletions(-)
>  create mode 100644 libavcodec/cos_tablegen.c
>  delete mode 100644 libavcodec/costablegen.c

This clashes with pattern rules for the other table generators which use
a different (rather bizarre) scheme.  Please read and understand the
code before changing.

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to