[vlc-commits] plugin base: remove no longer needed hack
Felix Paul Kühne
git at videolan.org
Mon Jan 27 20:05:47 CET 2014
npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Jan 27 20:03:44 2014 +0100| [f24519dc64a3f4d744086e4e5a4da56dedabec53] | committer: Felix Paul Kühne
plugin base: remove no longer needed hack
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=f24519dc64a3f4d744086e4e5a4da56dedabec53
---
npapi/vlcplugin_base.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/npapi/vlcplugin_base.cpp b/npapi/vlcplugin_base.cpp
index 7a0fa64..c02bd36 100644
--- a/npapi/vlcplugin_base.cpp
+++ b/npapi/vlcplugin_base.cpp
@@ -124,7 +124,6 @@ NPError VlcPluginBase::init(int argc, char* const argn[], char* const argv[])
#endif
#ifdef XP_MACOSX
- setenv("VLC_PLUGIN_PATH", "/Library/Internet Plug-Ins/VLC Plugin.plugin/Contents/MacOS/plugins", 1);
ppsz_argv[ppsz_argc++] = "--vout=vout_coregraphicslayer";
#endif
More information about the vlc-commits
mailing list