]> git.sesse.net Git - vlc/blob - mozilla/vlc.r
Backport getenv bugfix from [11529]
[vlc] / mozilla / vlc.r
1 /*****************************************************************************
2  * VLC Plugin description for OS X
3  *****************************************************************************/
4
5 /* Definitions of system resource types */
6
7 /* The first string in the array is a plugin description,
8  * the second is the plugin name */
9 resource 'STR#' (126)
10 {
11     {
12         "A VLC test plugin... hope it goes somewhere",
13         "VLC plugin"
14     };
15 };
16
17 /* A description for each MIME type in resource 128 */
18 resource 'STR#' (127)
19 {
20     {
21         "Invoke scriptable sample plugin"
22     };
23 };
24
25 /* A series of pairs of strings... first MIME type, then file extension(s) */
26 resource 'STR#' (128,"MIME Type")
27 {
28     {
29         "application/vlc-plugin", ""
30     };
31 };
32