diff options
-rw-r--r-- | DOCS/Hungarian/documentation.html | 3 | ||||
-rw-r--r-- | DOCS/documentation.html | 18 |
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. |