mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
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:
parent
a9bfd97ad0
commit
7b59cbc1af
@ -158,9 +158,7 @@
|
||||
following commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed -i 's/openjpeg-2.2/openjpeg-2.3/' ext/openjpeg/gstopenjpeg.h &&
|
||||
|
||||
./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
|
||||
|
Loading…
Reference in New Issue
Block a user