|
@@ -40,6 +40,7 @@ void __catch_exception( void * e, const char * function, const char * file, int
|
|
reason:[NSString stringWithFormat:@"libvlc has thrown us an error: %s (%s:%d %s)",
|
|
reason:[NSString stringWithFormat:@"libvlc has thrown us an error: %s (%s:%d %s)",
|
|
libvlc_exception_get_message( ex ), file, line_number, function]
|
|
libvlc_exception_get_message( ex ), file, line_number, function]
|