Mercurial > mplayer.hg
annotate osdep/mplayer.rc @ 23464:1b1fdac4a68c
Align output pointer so that we can use movaps instead of movups in dct64_sse;
1.5% faster decode.
author | zuxy |
---|---|
date | Wed, 06 Jun 2007 05:13:13 +0000 |
parents | 0d4052c65c0c |
children | 273c1eaae7c8 |
rev | line source |
---|---|
9944 | 1 /*Windows resource file for MPlayer |
2 compile with | |
3 windres -o resfile.o mplayer.rc | |
4 and add resfile.o to OBJS_MPLAYER in Makefile*/ | |
5 | |
6 #include <winver.h> | |
12677 | 7 #include "../version.h" |
9944 | 8 |
9 1 VERSIONINFO | |
10 FILEVERSION 0,0,9,0 | |
11 PRODUCTVERSION 0,0,9,0 | |
12 FILEOS VOS__WINDOWS32 | |
13 FILETYPE VFT_APP | |
14 { | |
15 BLOCK "StringFileInfo" | |
16 { | |
17 BLOCK "000004b0" // LANG_NEUTRAL,UNICODE_CP | |
18 { | |
12719 | 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 | 20 VALUE "CompanyName", "\000" |
12645 | 21 VALUE "FileDescription", "MPlayer - Movie Player\000" |
9944 | 22 VALUE "FileVersion",VERSION |
23 VALUE "InternalName", "Counter Counter\000" | |
22776 | 24 VALUE "LegalCopyright", " (C) 2000-2007 MPlayer Team\000" |
9944 | 25 //VALUE "LegalTrademarks"," \000"; |
26 VALUE "OriginalFilename", "mplayer.exe\000" | |
12645 | 27 VALUE "ProductName", "MPlayer - The Movie Player\000" |
9944 | 28 VALUE "ProductVersion",VERSION |
29 //VALUE "SpecialBuild","\000" | |
30 } | |
31 } | |
32 BLOCK "VarFileInfo" | |
33 { | |
34 VALUE "Translation",0,0x04b0 | |
35 } | |
36 } | |
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 | 39 |