Author: ken
Date: Wed Aug 23 19:41:38 2017
New Revision: 19076
Log:
tags
Modified:
trunk/BOOK/multimedia/libdriv/gst10-plugins-bad.xml
Modified: trunk/BOOK/multimedia/libdriv/gst10-plugins-bad.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/gst10-plugins-bad.xml Wed Aug 23 19:39:45
2017 (r19075)
+++ trunk/BOOK/multimedia/libdriv/gst10-plugins-bad.xml Wed Aug 23 19:41:38
2017 (r19076)
@@ -168,7 +168,9 @@
following commands:
</para>
-<screen><userinput>./configure --prefix=/usr \
+<screen><userinput>sed -i 's/openjpeg-2.1/openjpeg-2.2/'
./ext/openjpeg/gstopenjpeg.h &&
+
+./configure --prefix=/usr \
--disable-wayland \
--disable-opencv \
--with-package-name="GStreamer Bad Plugins
&gst10-plugins-bad-version; BLFS" \
@@ -192,6 +194,14 @@
<title>Command Explanations</title>
<para>
+ <parameter>sed -i 's/openjpeg-2.1/openjpeg-2.2/' ...</parameter>: This
+ version of the package does not know of
+ <application>openjpeg-2.2</application> and thinks it is v2.1 - the sed
+ allows it to find the correctly versioned header. Omit this if you are
+ using the old <application>openjpeg-2.1</application>.
+ </para>
+
+ <para>
<parameter>--disable-wayland</parameter>: This switch is required
without a full wayland based desktop environment.
</para>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page