[FFmpeg-devel] [PATCH] Add versioning information to dlls

Diego Biurrun diego
Fri May 30 20:14:04 CEST 2008


On Fri, May 30, 2008 at 11:47:56AM -0400, Jeremy Kolb wrote:
> [...]

Since an updated patch is required anyway...

> --- configure	(revision 13538)
> +++ configure	(working copy)
> @@ -2216,3 +2221,64 @@
> +
> +# Build DLL Configuration for Windows.

configuration

> +    license_str="This FFmpeg build is distributed under the terms of the GNU $license.\r\n"
> +    test "$license" = "unredistributable" &&
> +        license_str="This FFmpeg build contains non-free code and is not legally redistributable.\r\n"

Why do you add \r\n here?  The other VALUE lines in the .rc file do not
seem to require it.

Diego




More information about the ffmpeg-devel mailing list