skip null frames in mpeg files, patch by Zoltan Hidvegi <mplayer@hzoli.2y.net>
[mplayer/glamo.git] / mplayer.rc
blob86d97b05df4b2280b927ff0539edf33229539dc2
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*/
6 #include <winver.h>   
7 #include "version.h"
9 1 VERSIONINFO
10 FILEVERSION 0,0,9,0
11 PRODUCTVERSION 0,0,9,0
12 FILEOS VOS__WINDOWS32
13 FILETYPE VFT_APP
15     BLOCK "StringFileInfo" 
16     {  
17             BLOCK "000004b0" // LANG_NEUTRAL,UNICODE_CP
18         {
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"
20             VALUE "CompanyName", "\000"
21             VALUE "FileDescription", "MPlayer - Movie Player for Linux\000"
22             VALUE "FileVersion",VERSION
23             VALUE "InternalName", "Counter Counter\000"
24             VALUE "LegalCopyright", " (C) 2000-2003 Arpad Gereoffy (see DOCS)\000"
25             //VALUE "LegalTrademarks"," \000";
26             VALUE "OriginalFilename", "mplayer.exe\000"
27             VALUE "ProductName", "MPlayer - Movie Player for Linux\000"
28             VALUE "ProductVersion",VERSION
29             //VALUE "SpecialBuild","\000"
30         }
31     }
32     BLOCK "VarFileInfo"  
33     {
34             VALUE "Translation",0,0x04b0
35     }
38 IDI_ICON1 ICON DISCARDABLE  "etc/mplayer.ico"