Mercurial > mplayer.hg
view DOCS/xml/xsl/ldp-html-chunk.xsl @ 20763:b6bd2e6fa76d
symplify aligned memory allocation on mingw32 by using ffmpeg's av_malloc/av_free
Patch by Emanuele Giaquinta % e P giaquinta A glauco P it %
Original thread:
Subject: [MPlayer-dev-eng] [PATCH] liba52/parse.c: avoid dirty hack on mingw32
Date: 10/25/2006 03:19 AM
author | gpoirier |
---|---|
date | Wed, 08 Nov 2006 14:48:36 +0000 |
parents | 62c5a17038ba |
children | 0f1b5b68af32 |
line wrap: on
line source
<?xml version='1.0'?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0' xmlns="http://www.w3.org/TR/xhtml1/transitional" exclude-result-prefixes="#default"> <!-- $Id$ --> <!-- This stylesheet calls Norman Walsh's 'docbook.xsl' stylesheet and therefore generates MULTIPLE HTML FILES as output. --> <!-- Note the the *order* of the import statements below is important and should not be changed. --> <!-- Change this to the path to where you have installed Norman Walsh's XSL stylesheets --> <xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.60.1/html/chunk.xsl"/> <!-- Imports the common LDP customization layer. --> <xsl:import href="ldp-html-common.xsl"/> <!-- If there was some reason to override 'ldp-html-common.xsl' or to perform any other customizations that affect *only* the generation of multiple HTML files, those templates or parameters could be entered here. --> </xsl:stylesheet>