Ticket #5702: meh

File meh, 1.1 KB (added by Armin K, 10 years ago)
Line 
1Index: multimedia/videoutils/transcode.xml
2===================================================================
3--- multimedia/videoutils/transcode.xml (revision 14648)
4+++ multimedia/videoutils/transcode.xml (working copy)
5@@ -149,9 +149,9 @@
6 </note>
7
8 <para>
9- When building with --enable-freetype2 configure switch, fix the code to
10- find the header locations for <application>FreeType-2.5.x</application>
11- (x &gt; 0):
12+ If building with --enable-freetype2 configure switch, use the following
13+ <command>sed</command> to fix building against newer versions of
14+ <application>FreeType</application>:
15 </para>
16
17 <screen><userinput>sed -i "s:#include &lt;freetype/ftglyph.h&gt;:#include FT_GLYPH_H:" filter/subtitler/load_font.c</userinput></screen>
18@@ -188,11 +188,6 @@
19 <title>Command Explanations</title>
20
21 <para>
22- <command>sed -i ... filter/subtitler/load_font.c</command>: Fixes header
23- locations for new <application>FreeType-2.5.x</application> (x &gt; 0).
24- </para>
25-
26- <para>
27 <command>sed -i ...</command>: Fixes install location for documentation.
28 </para>
29