blob: d749736860d1a41d24eb47e8925b9999861a4598 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
================================================================================
To use the HelixPlayer player with Mozilla you must create a
symbolic link from
%%PREFIX%%/HelixPlayer/mozilla/nphelix.so
to your Mozilla plugins directory, which is usually found at
%%X11BASE%%/lib/mozilla/plugins
To use it with Firefox, create the symbolic link to
%%X11BASE%%/lib/firefox/plugins
E.g.
ln -sf %%PREFIX%%/HelixPlayer/mozilla/nphelix.so %%X11BASE%%/lib/firefox/plugins
================================================================================
|