Ticket #2669: nuv_mimetype.patch

File nuv_mimetype.patch, 603 bytes (added by renatox@…, 19 years ago)

patch for fix it.

  • libs/libmythupnp/httprequest.cpp

     
    5858    { "zip" , "application/x-tar"          },
    5959    { "gz"  , "application/x-tar"          },
    6060    { "mpg" , "video/mpeg"                 },
    61     { "mpeg", "video/mpeg"                 }
     61    { "mpeg", "video/mpeg"                 },
     62    { "nuv" , "video/x-nuv"                }
    6263};
    6364
    6465static const int     g_nMIMELength    = sizeof( g_MIMETypes) / sizeof( MIMETypes );