annotate osdep/mplayer.rc @ 24576:6704a924d4aa

According to MSDN a thread must call CoUninitialize once for each successful call it has made to CoInitialize or CoInitializeEx, including any call that returns S_FALSE. Only the CoUninitialize call corresponding to the CoInitialize or CoInitializeEx call that initialized the library can close it. patch by Gianluigi Tiesi, mplayer netfarm it
author diego
date Sun, 23 Sep 2007 20:37:33 +0000
parents 0d4052c65c0c
children 273c1eaae7c8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9944
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
1 /*Windows resource file for MPlayer
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
2 compile with
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
3 windres -o resfile.o mplayer.rc
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
4 and add resfile.o to OBJS_MPLAYER in Makefile*/
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
5
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
6 #include <winver.h>
12677
faust3
parents: 12645
diff changeset
7 #include "../version.h"
9944
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
8
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
9 1 VERSIONINFO
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
10 FILEVERSION 0,0,9,0
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
11 PRODUCTVERSION 0,0,9,0
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
12 FILEOS VOS__WINDOWS32
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
13 FILETYPE VFT_APP
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
14 {
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
15 BLOCK "StringFileInfo"
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
16 {
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
17 BLOCK "000004b0" // LANG_NEUTRAL,UNICODE_CP
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
18 {
12719
diego
parents: 12677
diff changeset
19 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
20 VALUE "CompanyName", "\000"
12645
3841ef14a481 name change
diego
parents: 11779
diff changeset
21 VALUE "FileDescription", "MPlayer - Movie Player\000"
9944
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
22 VALUE "FileVersion",VERSION
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
23 VALUE "InternalName", "Counter Counter\000"
22776
0d4052c65c0c Update copyright year.
diego
parents: 21252
diff changeset
24 VALUE "LegalCopyright", " (C) 2000-2007 MPlayer Team\000"
9944
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
25 //VALUE "LegalTrademarks"," \000";
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
26 VALUE "OriginalFilename", "mplayer.exe\000"
12645
3841ef14a481 name change
diego
parents: 11779
diff changeset
27 VALUE "ProductName", "MPlayer - The Movie Player\000"
9944
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
28 VALUE "ProductVersion",VERSION
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
29 //VALUE "SpecialBuild","\000"
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
30 }
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
31 }
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
32 BLOCK "VarFileInfo"
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
33 {
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
34 VALUE "Translation",0,0x04b0
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
35 }
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
36 }
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
37
21252
09a213e6cf0a Adjust icon path since windres is now called from osdep subdir
reimar
parents: 12719
diff changeset
38 IDI_ICON1 ICON DISCARDABLE "../etc/mplayer.ico"
9944
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
39