Commit 422173a4 authored by Olivier Aubert's avatar Olivier Aubert

src/control/plugin.c: correct include reference

parent f68669d3
#include "mediacontrol-core.h"
#include <vlc/control.h>
#include <vlc/intf.h>
mediacontrol_Instance* mediacontrol_new( char** args, mediacontrol_Exception *exception )
......@@ -11,16 +11,7 @@ mediacontrol_Instance* mediacontrol_new( char** args, mediacontrol_Exception *ex
void
mediacontrol_exit( mediacontrol_Instance *self )
{
/*
vlc_object_release( self->p_playlist );
*/
vlc_mutex_lock( &self->p_intf->change_lock );
self->p_intf->b_die = 1;
vlc_mutex_unlock( &self->p_intf->change_lock );
/*
vlc_object_release( self->p_intf );
vlc_object_release( self->p_vlc );
*/
}
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