Author: ulion Date: Fri Dec 14 09:16:39 2007 New Revision: 25389 Log: Support using unrar executable to access rar-compressed vobsub files.
Modified: trunk/DOCS/man/en/mplayer.1 Changes in other areas also in this revision: Added: trunk/unrar_exec.c trunk/unrar_exec.h Modified: trunk/Makefile trunk/cfg-mplayer.h trunk/configure trunk/vobsub.c Modified: trunk/DOCS/man/en/mplayer.1 ============================================================================== --- trunk/DOCS/man/en/mplayer.1 (original) +++ trunk/DOCS/man/en/mplayer.1 Fri Dec 14 09:16:39 2007 @@ -2481,6 +2481,12 @@ used for the OSD and clear it (default: Tells MPlayer to handle the subtitle file as unicode. . .TP +.B \-unrarexec <path to unrar executable> (does not support MingW currently.) +Specify the path to the unrar executable so MPlayer can use it to access +rar-compressed vobsub files (default: not set, so the feature is off). +The path must include the executable's filename, i.e.\& /usr/local/bin/unrar. +. +.TP .B "\-utf8 \ \ " Tells MPlayer to handle the subtitle file as UTF-8. . _______________________________________________ MPlayer-DOCS mailing list [email protected] http://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
