[FFmpeg-devel] Adding .rc files for win32

Diego Biurrun diego
Thu May 15 17:34:12 CEST 2008


On Thu, May 15, 2008 at 10:31:57AM -0400, Jeremy Kolb wrote:
> 
> I want to add a .rc file for the av* dlls on windows.  This would allow 
> the embedding of versioning information in the dll that windows explorer 
> can read (think right clicking on the dll and choosing version, you get 
> legal notices, credits, version numbers etc).  The benefits are:
> 
> 1.  Making it easier for users to identify which version of a dll they 
> have on their system.
> 2.  Windows installers can query the dll version which makes updating 
> easier.
> 
> My question is how to go about doing this.  I was thinking of including 
> a skeleton .rc file for each lib, sed in the appropriate version 
> information in the make process,, writing to a new rc file,converting it 
> to a .o file with cvtres and then linking that in the final dll.
> 
> However I also noticed that in configure there is a pkgconfig_generate() 
> function.  I could also go the route of creating a similar function for 
> .rc files and generate them on the fly.  Which would be the preferred 
> method?

I think I would prefer a function in configure over skeleton files.

Diego




More information about the ffmpeg-devel mailing list