Changeset d455680 for multimedia


Ignore:
Timestamp:
12/22/2016 07:11:32 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cb6f557
Parents:
170773d3
Message:

Fix building of gst-plugins-bad when opencv is present

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18092 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/gst10-plugins-bad.xml

    r170773d3 rd455680  
    124124      <xref linkend="neon"/>,
    125125      <xref linkend="nettle"/>,
    126       <xref linkend="opencv"/>,
     126      <xref linkend="opencv"/> (with additional modules),
    127127      <xref linkend="openjpeg"/> or
    128128      <xref linkend="openjpeg2"/>,
     
    184184<screen><userinput>./configure --prefix=/usr     \
    185185            --disable-wayland \
     186            --disable-opencv  \
    186187            --with-package-name="GStreamer Bad Plugins &gst10-plugins-bad-version; BLFS" \
    187188            --with-package-origin="http://www.linuxfromscratch.org/blfs/view/svn/" &amp;&amp;
     
    206207      <parameter>--disable-wayland</parameter>: This switch is required
    207208      without a full wayland based desktop environment.
     209    </para>
     210
     211    <para>
     212      <parameter>--disable-opencv</parameter>: This switch is required
     213      if <xref linkend="opencv"/> is installed without additional modules
     214      (specifically bgsegm).
    208215    </para>
    209216
Note: See TracChangeset for help on using the changeset viewer.