On Sat, Oct 13, 2012 at 12:17:28PM +0100, Mans Rullgard wrote:
> 
> --- a/library.mak
> +++ b/library.mak
> @@ -15,12 +15,16 @@ $(SUBDIR)%-test.o: $(SUBDIR)%-test.c
>  $(SUBDIR)%-test.o: $(SUBDIR)%.c
>       $(COMPILE_C)
>  
> +$(SUBDIR)%-test.i: $(SUBDIR)%.c
> +     $(CC) $(CCFLAGS) $(CC_E) $<

We have two rules to match a %-test.c pattern before a %.c pattern when
compiling .o files, I think we need the same for .i files.

Otherwise LGTM.

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

Reply via email to