[Ffmpeg-devel] [PATCH] rewrite vhook/drawtext.c

Diego Biurrun diego
Tue Sep 5 00:52:01 CEST 2006


On Mon, Sep 04, 2006 at 10:19:39AM -0300, Gustavo Sverzut Barbieri wrote:
> 
> Comments are always welcome!
> 
> --- Makefile	(revision 6159)
> +++ Makefile	(working copy)
> @@ -15,12 +15,18 @@
>  
>  ifeq ($(HAVE_FREETYPE2),yes)
>      HOOKS += drawtext$(SLIBSUF)
> -    CFLAGS += `freetype-config --cflags`
> -    LDFLAGS += `freetype-config --libs`
> +
> +drawtext.o: drawtext.c
> +	$(CC) $(CFLAGS) -Wall -Werror -g -c -o $@ $< $(VHOOKCFLAGS) `freetype-config --cflags`

Leave this like it was before, this is redundant.

> +.PHONY: all depend install uninstall clean distclean

unrelated

Makefile part of the patch rejected, please update it.

Diego




More information about the ffmpeg-devel mailing list