[MPlayer-dev-eng] Re: [PATCH] fix --with-x264incdir ignored in libavcodec/Makefile

Diego Biurrun diego at biurrun.de
Thu Jul 20 11:01:54 CEST 2006


On Thu, Jul 20, 2006 at 01:01:05PM +0700, Vladislav Naumov wrote:
> >It's broken again.
> >Here you are - a mini-patch.
> 
> Sorry - formatting was broken, re-sending as attachment

> --- libavcodec/Makefile	(revision 5799)
> +++ libavcodec/Makefile	(working copy)
> @@ -6,7 +6,8 @@
>  
>  # NOTE: -I.. is needed to include config.h
>  CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)/libavutil \
> -       -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE $(AMR_CFLAGS)
> +       -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE $(AMR_CFLAGS) \
> +       $(X264_INC)

This is not the correct solution.  MPlayer configure needs to set
EXTRA_INC instead.  I have a patch for this over on mplayer-dev-eng that
is just waiting for some testing to be applied.  Please try it and see
if it solves your problem.

Diego




More information about the MPlayer-dev-eng mailing list