Commit 35e8bf84 authored by Christophe Mutricy's avatar Christophe Mutricy

Compile fix

parent 271354ef
...@@ -92,7 +92,8 @@ public: ...@@ -92,7 +92,8 @@ public:
{ {
if( !libvlc_media_player ) if( !libvlc_media_player )
{ {
libvlc_exception_raise(ex,"no mediaplayer"); libvlc_exception_raise(ex);
libvlc_printerr("no mediaplayer");
} }
return libvlc_media_player; return libvlc_media_player;
} }
......
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