[MPlayer-dev-eng] Re: [PATCH] fix --with-x264incdir ignored in libavcodec/Makefile
Vladislav Naumov
vladislav.naumov at gmail.com
Thu Jul 20 07:59:24 CEST 2006
On 6/21/06, Vladislav Naumov <vladislav.naumov at gmail.com> wrote:
>
> If x264 includes are specified with --with-x264incdir,
> libavcodec/Makefile ignores it.
>
It's broken again.
Here you are - a mini-patch.
Index: libavcodec/Makefile
===================================================================
--- 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)
OBJS= bitstream.o utils.o allcodecs.o \
mpegvideo.o jrevdct.o jfdctfst.o jfdctint.o\
More information about the MPlayer-dev-eng
mailing list