[Ffmpeg-devel] Re: [RFC] ffmpeg-windows mailinglist?

Diego Biurrun diego
Fri Aug 4 12:34:17 CEST 2006


On Fri, Aug 04, 2006 at 11:53:06AM +0200, V?ctor Paesa wrote:
> 
> > On Thu, Aug 03, 2006 at 11:12:22PM +0100, M?ns Rullg?rd wrote:
> >> Diego Biurrun <diego at biurrun.de> writes:
> >>
> >> > --- common.mak	(revision 5921)
> >> > +++ common.mak	(working copy)
> >> > @@ -5,7 +5,7 @@
> >> >  SRC_DIR = $(SRC_PATH)/lib$(NAME)
> >> >  VPATH = $(SRC_DIR)
> >> >
> >> > -SRCS := $(OBJS:.o=.c) $(ASM_OBJS:.o=.S) $(CPPOBJS:.o=.cpp)
> >> > +SRCS := $(OBJS:.o=.c) $(STATIC_OBJS:.o=.c) $(SHARED_OBJS:.o=.c)
> >> $(ASM_OBJS:.o=.S) $(CPPOBJS:.o=.cpp)
> >>
> >> This looks unrelated.
> >
> > It is.  Here is a patch without that hunk, updated for HEAD.
> 
> After your patch "make install" works fine.

Patch applied then.  Hopefully everybody is happy now.

> IMHO, $shlibdir for MinGW should be the same as $bindir, so that $PATH
> needs no modification (in Win32 the DLL search path includes . )

OK, changed.

> However, "make uninstall-libs", "make uninstall-headers" need some quotes
> in common.mak, I omit the obvious patch.

Quotes added.

Diego




More information about the ffmpeg-devel mailing list