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

Måns Rullgård mru
Fri Aug 4 00:12:22 CEST 2006


Diego Biurrun <diego at biurrun.de> writes:

> Index: common.mak
> ===================================================================
> --- 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.

>  OBJS := $(OBJS) $(ASM_OBJS) $(CPPOBJS)
>  STATIC_OBJS := $(OBJS) $(STATIC_OBJS)
>  SHARED_OBJS := $(OBJS) $(SHARED_OBJS)
> @@ -59,16 +59,10 @@
>
>  install-lib-shared: $(SLIBNAME)
>  	install -d "$(shlibdir)"
> -ifeq ($(CONFIG_MINGW),yes)
> -	install $(INSTALLSTRIP) -m 755 $(SLIBNAME) "$(prefix)"
> -else
>  	install $(INSTALLSTRIP) -m 755 $(SLIBNAME) \
> -		$(shlibdir)/$(SLIBNAME_WITH_VERSION)
> -	ln -sf $(SLIBNAME_WITH_VERSION) \
> -	       $(shlibdir)/$(SLIBNAME_WITH_MAJOR)
> -	ln -sf $(SLIBNAME_WITH_VERSION) \
> -	       $(shlibdir)/$(SLIBNAME)
> -endif
> +		"$(shlibdir)/$(SLIBNAME_WITH_VERSION)"
> +	cd "$(shlibdir)" && ln -sf $(SLIBNAME_WITH_VERSION) $(SLIBNAME_WITH_MAJOR)
> +	cd "$(shlibdir)" && ln -sf $(SLIBNAME_WITH_VERSION) $(SLIBNAME)

Shouldn't break sane systems, at least.

-- 
M?ns Rullg?rd
mru at inprovide.com




More information about the ffmpeg-devel mailing list