summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-20 21:42:04 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-20 21:42:04 +0000
commitf6af4559cc309c3a39a120072b86b83550bbdc1f (patch)
treee9efd046de687fea29ba9c77698ffc4c13494028
parent2ad84aa07825ae41cc1ca464d05b101cb6f1463b (diff)
downloadmpv-f6af4559cc309c3a39a120072b86b83550bbdc1f.tar.bz2
mpv-f6af4559cc309c3a39a120072b86b83550bbdc1f.tar.xz
OSD menu chapter, installation (ehh, incomplete yet.. But better than nothing
for now) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8244 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/Hungarian/documentation.html3
-rw-r--r--DOCS/documentation.html18
2 files changed, 21 insertions, 0 deletions
diff --git a/DOCS/Hungarian/documentation.html b/DOCS/Hungarian/documentation.html
index a614f26cee..8e71ddb6ce 100644
--- a/DOCS/Hungarian/documentation.html
+++ b/DOCS/Hungarian/documentation.html
@@ -1420,6 +1420,9 @@ Közelebbi információ valakinél?</P>
SDL_INC = -I/usr/local/include -I/usr/local/include/SDL -Uunix -mcygwin
</PRE>
+<P>Az SDL Cygwin-es verzióját a <A HREF="http://www.libsdl.org/extras/win32/cygwin/">libSDL site-ról</A>
+ töltheted le.</P>
+
<H1><A NAME="mailing_lists">A függelék - Levelezési listák</A></H1>
diff --git a/DOCS/documentation.html b/DOCS/documentation.html
index b5f4be18b1..92ae9dec46 100644
--- a/DOCS/documentation.html
+++ b/DOCS/documentation.html
@@ -39,6 +39,7 @@
<UL>
<LI><A HREF="#mpsub">1.4.1 MPlayer's own subtitle format (MPsub)</A></LI>
<LI><A HREF="#install_osd">1.4.2 Installing OSD and subtitles</A></LI>
+ <LI><A HREF="#menu">1.4.3 OSD Menu</A></LI>
</UL>
</LI>
<LI><A HREF="#rtc">1.5 RTC</A></LI>
@@ -949,6 +950,23 @@
in config file.</P>
+<H3><A NAME="menu">1.4.3 OSD menu</A></H3>
+
+<P>MPlayer has an OSD Menu interface, which is not only completely user
+ defined, but is displayed as OSD, on the currently played video!</P>
+
+<H4>Installation</H4>
+
+<OL>
+ <LI>copy <CODE>etc/menu.conf</CODE> to your <CODE>.mplayer</CODE>
+ directory</LI>
+ <LI>copy <CODE>etc/input.conf</CODE> to your <CODE>.mplayer</CODE>
+ directory, or to the system-wide MPlayer config dir (default:
+ <CODE>/usr/local/share/mplayer</CODE>)</LI>
+</OL>
+
+
+
<H2><A NAME="rtc">1.5 RTC</A></H2>
There are three timing methods in MPlayer.