Changeset 22ad473 for multimedia


Ignore:
Timestamp:
11/25/2018 08:28:17 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
50d5132
Parents:
1794983d
Message:

Fix instructions for frei0r and remove an incorrect explanation in obencv

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/frei0r.xml

    r1794983d r22ad473  
    8282    following commands:</para>
    8383
    84 <screen><userinput>mkdir -vp build &amp;&amp;
     84<screen><userinput>sed -i 's/CV_RGB/cv::Scalar/' src/filter/facebl0r/facebl0r.cpp &amp;&amp;
     85
     86mkdir -vp build &amp;&amp;
    8587cd        build &amp;&amp;
    8688
     
    102104  <sect2 role="commands">
    103105    <title>Command Explanations</title>
     106
     107    <para><command>sed ... facebl0r.cpp</command>: This command fixes a build
     108    problem with the current opencv dependency.  </para>
    104109
    105110    <para><parameter>-DOpenCV_DIR=/usr/share/OpenCV</parameter>: This parameter
Note: See TracChangeset for help on using the changeset viewer.