On Mon, May 16, 2011 at 12:54:28AM +0100, Måns Rullgård wrote:
> Diego Biurrun <[email protected]> writes:
> 
> > --- a/libavcodec/Makefile
> > +++ b/libavcodec/Makefile
> > @@ -668,7 +668,7 @@ HOSTPROGS = cos_tablegen
> >  
> > -CLEANFILES = sin_tables.c cos_tables.c *_tables.h *_tablegen$(HOSTEXESUF)
> > +CLEANFILES = sin_tables.c cos_tables.c cos_fixed_tables.c *_tables.h 
> > *_tablegen$(HOSTEXESUF)
> 
> OK

On second thought this could be done with a wildcard as well, i.e.
'*_tables.c'.  One could argue that this has a risk or clashing with
a real filename some day, but the same already applies to the
'*_tables.h' expression.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to