You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
756 B
32 lines
756 B
/*****************************************************************************
|
|
* VLC Plugin description for OS X
|
|
*****************************************************************************/
|
|
|
|
/* Definitions of system resource types */
|
|
|
|
/* The first string in the array is a plugin description,
|
|
* the second is the plugin name */
|
|
resource 'STR#' (126)
|
|
{
|
|
{
|
|
"A VLC test plugin... hope it goes somewhere",
|
|
"VLC plugin"
|
|
};
|
|
};
|
|
|
|
/* A description for each MIME type in resource 128 */
|
|
resource 'STR#' (127)
|
|
{
|
|
{
|
|
"Invoke scriptable sample plugin"
|
|
};
|
|
};
|
|
|
|
/* A series of pairs of strings... first MIME type, then file extension(s) */
|
|
resource 'STR#' (128,"MIME Type")
|
|
{
|
|
{
|
|
"application/vlc-plugin", ""
|
|
};
|
|
};
|
|
|
|
|