annotate DOCS/xml/xsl/ldp-print.xsl @ 18933:4d4ecbaa9f54
The symbol avcodec_pix_fmt_to_codec_tag is in libavcodec.a but referenced in
libavformat.a. Swapping the order of libavcodec.a and libavformat.a during
the linking phase allows non-GNU linkers to work.
patch by Chi-Thanh Christopher Nguyen, chithanh =at= cs =dot= tu-berlin =dot= de
author |
diego |
date |
Fri, 07 Jul 2006 17:04:04 +0000 |
parents |
62c5a17038ba |
children |
|
rev |
line source |
9675
|
1 <?xml version='1.0'?>
|
|
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
3 version='1.0'
|
|
4 xmlns="http://www.w3.org/TR/xhtml1/transitional"
|
|
5 exclude-result-prefixes="#default">
|
|
6
|
|
7 <!-- $Id$ -->
|
|
8
|
|
9 <!-- This stylesheet will eventually include print customizations
|
|
10 from LDP.DSL. At the current time, it has not been developed.-->
|
|
11
|
|
12 <!-- Change this to the path to where you have installed Norman
|
|
13 Walsh's XSL stylesheets. -->
|
|
14 <xsl:import href="/usr/share/sgml/docbook/docbook-xsl-1.41/fo/docbook.xsl"/>
|
|
15
|
|
16 <!-- Customized parameters and templates go here. -->
|
|
17
|
|
18 </xsl:stylesheet>
|