The sed is not needed anymore in gst-plugins-bad

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19836 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2018-02-21 20:47:20 +00:00
parent a9bfd97ad0
commit 7b59cbc1af

View File

@ -158,9 +158,7 @@
following commands:
</para>
<screen><userinput>sed -i 's/openjpeg-2.2/openjpeg-2.3/' ext/openjpeg/gstopenjpeg.h &amp;&amp;
./configure --prefix=/usr \
<screen><userinput>./configure --prefix=/usr \
--disable-wayland \
--disable-opencv \
--with-package-name="GStreamer Bad Plugins &gst10-plugins-bad-version; BLFS" \
@ -182,13 +180,13 @@ make</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<!-- No need for this: openjpeg CLFSGS and LBS are now taken from pkg-config:
<para>
<command>sed -i 's/openjpeg-2.2/openjpeg-2.3/' ...</command>: The
openjpeg headers are in a versioned directory, BLFS has now moved to a
newer version. Omit this if you are building against
<application>openjpeg-2.2</application>.
</para>
</para>-->
<para>
<parameter>--disable-wayland</parameter>: This switch is required