View Single Post
Old 9th April 2014, 19:41   #621  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,786
Probably also an issue to investigate...

When was your last fresh clone? I'll try one right now.
__

Version info added in all required places:

Code:
#include <winresrc.h>

VS_VERSION_INFO VERSIONINFO
  FILEVERSION    0,9,0,25
  PRODUCTVERSION 0,9,0,25
# ...
    BLOCK "StringFileInfo"
    BEGIN
      BLOCK "04090000"
      BEGIN
        VALUE "FileDescription",  "HEVC video encoder"
        VALUE "FileVersion",      "0.9+25-bd987db26d5d"
        VALUE "InternalName",     "x265"
        VALUE "LegalCopyright",   "Multicoreware: GPLv2 or commercial"
        VALUE "OriginalFilename", "libx265.dll"
        VALUE "ProductName",      "x265"
        VALUE "ProductVersion",   "0.9+25-bd987db26d5d"
      END
    END
    BLOCK "VarFileInfo"
    BEGIN
      VALUE "Translation", 0x409, 1200
    END
END
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid

Last edited by LigH; 9th April 2014 at 20:07.
LigH is offline   Reply With Quote