gst-plugins-bad : reformat it so that I can add a message that r19076 was NOT tags - this version knows about openjpeg-2.1 but not openjpeg-2.2, fix it to find the versioned header when (only) 2.2 is installed.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19077 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2017-08-24 02:46:35 +00:00
parent d098232442
commit deb1f5c489

View File

@ -168,8 +168,9 @@
following commands:
</para>
<screen><userinput>sed -i 's/openjpeg-2.1/openjpeg-2.2/' ./ext/openjpeg/gstopenjpeg.h &amp;&amp;
<screen><userinput>
sed -i 's/openjpeg-2.1/openjpeg-2.2/' \
./ext/openjpeg/gstopenjpeg.h &amp;&amp;
./configure --prefix=/usr \
--disable-wayland \
--disable-opencv \