[FFmpeg-devel] the build system breaks the make of "examples"

Diego Biurrun diego
Tue Mar 31 19:12:56 CEST 2009


On Wed, Apr 01, 2009 at 12:12:39AM +0800, avcoder wrote:
> 
> I use the following hack to fix this bug ( I do not think it is my own bug)
> 
> --- Makefile	??? 29111?
> +++ Makefile	??????
> @@ -25,7 +25,7 @@
> 
> -$(SUBDIR)colorspace-test: $(SUBDIR)colorspace-test.o $(SUBDIR)$(LIBNAME)
> +$(SUBDIR)colorspace-test$(EXESUF): $(SUBDIR)colorspace-test.o
> $(SUBDIR)$(LIBNAME) $(FF_DEP_LIBS)
> 
> -$(SUBDIR)swscale-example: $(SUBDIR)swscale-example.o $(SUBDIR)$(LIBNAME)
> -$(SUBDIR)swscale-example: EXTRALIBS += -lm
> +$(SUBDIR)swscale-example$(EXESUF): $(SUBDIR)swscale-example.o $(SUBDIR)$(LIBNAME) $(FF_DEP_LIBS)
> +$(SUBDIR)swscale-example$(EXESUF): EXTRALIBS += -lm

This is unrelated but correct, integrated.

Diego



More information about the ffmpeg-devel mailing list