From 56572787ae2d7e113e36d5347b3d7263b35bdf98 Mon Sep 17 00:00:00 2001 From: James Almer Date: Thu, 5 Dec 2013 17:50:14 -0300 Subject: Add Windows resource file support for shared libraries Originally written by James Almer With the following contributions by Timothy Gu * Use descriptions of libraries from the pkg-config file generation function * Use "FFmpeg Project" as CompanyName (suggested by Alexander Strasser) * Use "FFmpeg" for ProductName as MSDN says "name of the product with which the file is distributed" [1]. * Use FFmpeg's version (N-xxxxx-gxxxxxxx) for ProductVersion per MSDN [1]. * Only build the .rc files when --enable-small is not enabled. [1] http://msdn.microsoft.com/en-us/library/windows/desktop/aa381058.aspx Signed-off-by: James Almer Signed-off-by: Michael Niedermayer --- Changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog') diff --git a/Changelog b/Changelog index b073e38da9..3b676424de 100644 --- a/Changelog +++ b/Changelog @@ -11,6 +11,7 @@ version - support for decoding through VDPAU in ffmpeg (the -hwaccel option) - complete Voxware MetaSound decoder - remove mp3_header_compress bitstream filters +- Windows resource files for shared libraries version 2.1: -- cgit v1.2.3