[MPlayer-dev-eng] [PATCH] config.h from MPlayer clashes with config.h from x264

Diego Biurrun diego at biurrun.de
Wed Aug 16 23:13:16 CEST 2006


On Tue, Aug 15, 2006 at 12:22:11PM +0700, Vladislav Naumov wrote:
> Missed those externals completely.
> Here's a patch for it (previous patch not included, apply both).
> 
> --- libavformat/Makefile	(revision 5996)
> +++ libavformat/Makefile	(working copy)
> @@ -4,7 +4,7 @@
>  
> -CFLAGS=$(OPTFLAGS) -I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavutil \
> +CFLAGS=-I.. $(OPTFLAGS) -I$(SRC_PATH) -I$(SRC_PATH)/libavutil \

-I$(SRC_PATH) should come before $(OPTFLAGS) as well.

Diego



More information about the MPlayer-dev-eng mailing list