[Ffmpeg-devel] PATCH: swscale-example

Diego Biurrun diego
Thu Apr 26 13:07:58 CEST 2007


On Wed, Apr 25, 2007 at 07:36:30AM -0400, Marc Hoffman wrote:
> 
> I like this better as well.

Applied.

> Also the build system seem'd to be broken for me as my
> system doesn't know how to make a -lm file. Is this build patch
> acceptable?
> 
> --- libswscale/Makefile	(revision 23112)
> +++ libswscale/Makefile	(working copy)
> @@ -18,7 +18,8 @@
>  
> -swscale-example: swscale-example.o $(LIB) -lm
> +swscale-example: swscale-example.o $(LIB)
> +	$(CC) $(CFLAGS) -o $@ $< $(LIB) ../libavutil/libavutil.a -lm

Curious, what's the exact error message?

Diego




More information about the ffmpeg-devel mailing list