[MPlayer-dev-eng] [PATCH] fix --with-x264incdir ignored in libavcodec/Makefile
Guillaume Poirier
gpoirier at mplayerhq.hu
Wed Jun 21 09:58:52 CEST 2006
Hi,
Vladislav Naumov wrote:
> I don't know - maybe it should be posted to libavcodec developers...
>
> If x264 includes are specified with --with-x264incdir,
> libavcodec/Makefile ignores it.
>
> Here you are - a mini-patch.
>
>
> ------------------------------------------------------------------------
>
> Index: libavcodec/Makefile
> ===================================================================
> --- libavcodec/Makefile (revision 5501)
> +++ libavcodec/Makefile (working copy)
> @@ -318,6 +318,7 @@
>
> ifeq ($(CONFIG_X264),yes)
> OBJS+= x264.o
> +CFLAGS += $(X264_INC)
> endif
>
> ifeq ($(CONFIG_MP3LAME),yes)
>
>
> ------------------------------------------------------------------------
I had the same patch on my tree. I'll apply it unless someone (Diego?)
disagrees.
Guillaume
More information about the MPlayer-dev-eng
mailing list