annotate mplayer.rc @ 10578:b9d289fd8a57

10000l, the old code was slow as hell, copying stuff extra times and actually broken -- blanking the whole screen at each 'page flip' with -dr enabled. benchmarks: before: 56% cpu for decode 56% cpu for vo with no -dr 25% cpu for vo with -dr after: 56% cpu for decode 25% cpu for vo without -dr 0% cpu for vo with -dr if vo_fbdev is going to do pageflip, it needs to do it for REAL, using vertical scroll registers (like g2), not copying a temp buffer (which will shear anyway and is super-slow).
author rfelker
date Tue, 12 Aug 2003 08:24:24 +0000
parents 08608b5bb39a
children 71cf4cc1a454
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>
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
7 #include "version.h"
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 {
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
19 VALUE "Comments","MPlayer is distributed under the terms of the GNU General Public License Version 2. Sourcecode is available at http://www.mplayerhq.hu\000"
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
20 VALUE "CompanyName", "\000"
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
21 VALUE "FileDescription", "MPlayer - Movie Player for Linux\000"
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"
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
24 VALUE "LegalCopyright", " (C) 2000-2003 Arpad Gereoffy (see DOCS)\000"
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"
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
27 VALUE "ProductName", "MPlayer - Movie Player for Linux\000"
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
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
38 IDI_ICON1 ICON DISCARDABLE "etc/mplayer.ico"
08608b5bb39a windows resource file for versioninfo and icon
faust3
parents:
diff changeset
39