From 87d72726273d21a3e61b68968c0be68762dc1ccb Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Wed, 23 Jan 2008 00:37:33 +0000 Subject: Finish the backport of libxine.pc.in; do xine-config (now requires pkg-config). Remove the "deprecated" warnings since xine-config is not deprecated in 1.1.x. --skindir no longer works. --HG-- rename : misc/xine-config.in => misc/xine-config --- doc/man/en/xine-config.1 | 3 --- 1 file changed, 3 deletions(-) (limited to 'doc/man/en') diff --git a/doc/man/en/xine-config.1 b/doc/man/en/xine-config.1 index 0a2d8bcc6..accde1088 100644 --- a/doc/man/en/xine-config.1 +++ b/doc/man/en/xine-config.1 @@ -30,9 +30,6 @@ Print the compiler flags that are necessary to compile a program that uses .B \-\-plugindir Print the directory where \fIlibxine\fP plugins are stored/expected. .TP 8 -.B \-\-skindir -Print the directory in which \fIlibxine\fP skins are stored/expected. -.TP 8 .B \-\-prefix=PREFIX If specified, use PREFIX instead of the installation prefix that \fIxine-lib\fP was built with when computing the output for the \-\-cflags and -- cgit v1.2.3 From 37f99fa644f5dab533053755ccac55ea7daf5c22 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Wed, 20 Feb 2008 21:45:48 +0000 Subject: Add a subtitles example to xine(5). --HG-- extra : transplant_source : %CA%CAD%2A%E6%5E%18Y%CB%29%D8%93R%0C%D4%F6%86j%82%F5 --- doc/man/en/xine.5 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc/man/en') diff --git a/doc/man/en/xine.5 b/doc/man/en/xine.5 index 7a9357640..d5b0b5afe 100644 --- a/doc/man/en/xine.5 +++ b/doc/man/en/xine.5 @@ -263,7 +263,12 @@ Text subtitle files may be appended to the MRL:. .TP .BI #subtitle: This is the normal way to define the subtitle file to use. The frontend will -not take any notice of the subtitle file. +not take any notice of the subtitle file. For example: +.br +.I file://home/user/wibble.mpg#subtitles:/home/user/wibble.sub +.br +(Note that some front ends can detect subtitles files where the name differs +as shown in the example.) .br .SH STREAM OPTIONS .br -- cgit v1.2.3