1 /*****************************************************************************
2 * x264res.rc: windows resource file
3 *****************************************************************************
4 * Copyright (C) 2012-2014 x264 project
6 * Authors: Henrik Gramner <henrik@gramner.com>
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111, USA.
22 * This program is also available under a commercial proprietary license.
23 * For more information, contact us at licensing@x264.com.
24 *****************************************************************************/
32 #define X264_REV_DIFF 0
36 #define xstr(s) str(s)
38 VS_VERSION_INFO VERSIONINFO
39 FILEVERSION 0, X264_BUILD, X264_REV, X264_REV_DIFF
40 PRODUCTVERSION 0, X264_BUILD, X264_REV, X264_REV_DIFF
41 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
43 FILEOS VOS_NT_WINDOWS32 /* Identical for x86-64 */
49 FILESUBTYPE VFT2_UNKNOWN
51 BLOCK "StringFileInfo"
55 VALUE "CompanyName", "x264 project"
57 VALUE "FileDescription", "H.264 (MPEG-4 AVC) encoder library"
59 VALUE "FileDescription", "H.264 (MPEG-4 AVC) encoder"
61 VALUE "FileVersion", X264_POINTVER
62 VALUE "InternalName", "x264"
63 VALUE "LegalCopyright", "Copyright (C) 2003-2014 x264 project"
65 VALUE "OriginalFilename", "libx264-" xstr(X264_BUILD) ".dll"
67 VALUE "OriginalFilename", "x264.exe"
69 VALUE "ProductName", "x264"
70 VALUE "ProductVersion", X264_POINTVER
76 VALUE "Translation", 0x0409, 0x04B0 /* U.S. English (Unicode) */