annotate osdep/mplayer.rc @ 37195:ac6c37d85d65 default tip

configure: Fix initialization of variable def_local_aligned_32 It contiained the #define of HAVE_LOCAL_ALIGNED_16 instead of HAVE_LOCAL_ALIGNED_32.
author al
date Sun, 28 Sep 2014 18:38:41 +0000
parents c431f2e17a19
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
28744
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
1 /*
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
2 * Windows resource file for MPlayer
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
3 *
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
4 * This file is part of MPlayer.
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
5 *
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
6 * MPlayer is free software; you can redistribute it and/or modify
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
7 * it under the terms of the GNU General Public License as published by
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
8 * the Free Software Foundation; either version 2 of the License, or
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
9 * (at your option) any later version.
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
10 *
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
11 * MPlayer is distributed in the hope that it will be useful,
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
14 * GNU General Public License for more details.
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
15 *
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
16 * You should have received a copy of the GNU General Public License along
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
17 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
5cfef41a1771 Add standard license headers to files.
diego
parents: 28277
diff changeset
19 */
9944
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
20
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 28744
diff changeset
21 #include <winver.h>
26571
404f9d9e4b92 Use consistent include paths, we always build from the top level now.
diego
parents: 25555
diff changeset
22 #include "version.h"
9944
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
23
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
24 1 VERSIONINFO
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
25 FILEVERSION 0,0,9,0
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
26 PRODUCTVERSION 0,0,9,0
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
27 FILEOS VOS__WINDOWS32
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
28 FILETYPE VFT_APP
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
29 {
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 28744
diff changeset
30 BLOCK "StringFileInfo"
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 28744
diff changeset
31 {
34020
0af747024f32 Get rid of a few munged-in tabs.
reimar
parents: 31564
diff changeset
32 BLOCK "000004b0" // LANG_NEUTRAL,UNICODE_CP
9944
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
33 {
34020
0af747024f32 Get rid of a few munged-in tabs.
reimar
parents: 31564
diff changeset
34 VALUE "Comments","MPlayer is distributed under the terms of the GNU General Public License Version 2. Source code is available at http://www.mplayerhq.hu\000"
9944
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
35 VALUE "CompanyName", "\000"
12645
3841ef14a481 name change
diego
parents: 11779
diff changeset
36 VALUE "FileDescription", "MPlayer - Movie Player\000"
9944
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
37 VALUE "FileVersion",VERSION
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
38 VALUE "InternalName", "Counter Counter\000"
36472
c431f2e17a19 Update year in copyright notes.
ib
parents: 35709
diff changeset
39 VALUE "LegalCopyright", " (C) 2000-2014 MPlayer Team\000"
9944
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
40 //VALUE "LegalTrademarks"," \000";
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
41 VALUE "OriginalFilename", "mplayer.exe\000"
12645
3841ef14a481 name change
diego
parents: 11779
diff changeset
42 VALUE "ProductName", "MPlayer - The Movie Player\000"
9944
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
43 VALUE "ProductVersion",VERSION
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
44 //VALUE "SpecialBuild","\000"
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
45 }
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
46 }
29263
0f1b5b68af32 whitespace cosmetics: Remove all trailing whitespace.
diego
parents: 28744
diff changeset
47 BLOCK "VarFileInfo"
9944
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
48 {
34020
0af747024f32 Get rid of a few munged-in tabs.
reimar
parents: 31564
diff changeset
49 VALUE "Translation",0,0x04b0
9944
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
50 }
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
51 }
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
52
26571
404f9d9e4b92 Use consistent include paths, we always build from the top level now.
diego
parents: 25555
diff changeset
53 IDI_ICON1 ICON DISCARDABLE "etc/mplayer.ico"
31564
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents: 30633
diff changeset
54
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents: 30633
diff changeset
55 // for some reason RT_MANIFEST does not work
480cdba9e480 Add a manifest file to disable file and registry
reimar
parents: 30633
diff changeset
56 1 24 "mplayer.exe.manifest"