Commit bf4d8c90 authored by Rémi Duraffort's avatar Rémi Duraffort

cmml: remove a potential security problem.

Anyway:
 * cmml samples can't be found in the nature
 * cmml demux does not works AFAIK
 * we will remove cmml soon.
parent f45691bd
......@@ -33,7 +33,7 @@
#include "browser_open.h"
#if 0
int browser_Open( const char *psz_url )
{
#ifdef __APPLE__
......@@ -85,4 +85,11 @@ int browser_Open( const char *psz_url )
return i_ret;
#endif
}
#else
int browser_Open( const char *psz_url )
{
(void)psz_url;
return -1;
}
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment