vf_uspp: drop this filter
[mplayer.git] / osdep / mplayer.rc
blobfe68aa2175f49679bbca8a534c95bdbb273052ef
1 /*
2  * Windows resource file for MPlayer
3  *
4  * This file is part of MPlayer.
5  *
6  * MPlayer is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * MPlayer is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License along
17  * with MPlayer; if not, write to the Free Software Foundation, Inc.,
18  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19  */
21 #include <winver.h>
22 #include "version.h"
24 1 VERSIONINFO
25 FILEVERSION 2,0,0,0
26 PRODUCTVERSION 2,0,0,0
27 FILEOS VOS__WINDOWS32
28 FILETYPE VFT_APP
30     BLOCK "StringFileInfo"
31     {
32             BLOCK "000004b0" // LANG_NEUTRAL,UNICODE_CP
33         {
34                     VALUE "Comments","mplayer2 is distributed under the terms of the GNU General Public License Version 3. Source code is available at http://www.mplayer2.org\000"
35             VALUE "CompanyName", "\000"
36             VALUE "FileDescription", "mplayer2 - Movie Player\000"
37             VALUE "FileVersion",VERSION
38             VALUE "LegalCopyright", " (C) 2000-2012 MPlayer Team\000"
39             //VALUE "LegalTrademarks"," \000";
40             VALUE "OriginalFilename", "mplayer.exe\000"
41             VALUE "ProductName", "mplayer2 - The Movie Player\000"
42             VALUE "ProductVersion",VERSION
43             //VALUE "SpecialBuild","\000"
44         }
45     }
46     BLOCK "VarFileInfo"
47     {
48             VALUE "Translation",0,0x04b0
49     }
52 IDI_ICON1 ICON DISCARDABLE  "etc/mplayer.ico"
54 // for some reason RT_MANIFEST does not work
55 1 24 "mplayer.exe.manifest"