[vlc-commits] mac plugin: fix crash when deploying the 32bit ObjC runtime

Felix Paul Kühne git at videolan.org
Mon Feb 10 17:51:03 CET 2014


npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Feb 10 17:51:00 2014 +0100| [2c525eb4c879956b07efe45f336d89eacc09e3ab] | committer: Felix Paul Kühne

mac plugin: fix crash when deploying the 32bit ObjC runtime

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=2c525eb4c879956b07efe45f336d89eacc09e3ab
---

 npapi/vlcplugin_mac.mm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/npapi/vlcplugin_mac.mm b/npapi/vlcplugin_mac.mm
index f94a375..5ee44e0 100644
--- a/npapi/vlcplugin_mac.mm
+++ b/npapi/vlcplugin_mac.mm
@@ -387,6 +387,7 @@ bool VlcPluginMac::handle_event(void *event)
 }
 
 @implementation VLCBrowserRootLayer
+ at synthesize cppPlugin = _cppPlugin;
 
 - (id)init
 {



More information about the vlc-commits mailing list