Ignore:
Timestamp:
05/07/2016 08:10:29 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
2e633b6
Parents:
37191af
Message:

Sync to trunk r17332

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17335 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/opal.xml

    r37191af rd7bee48  
    3636    </para>
    3737
    38     &lfs78_checked;
     38    &lfs79_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    116116<screen><userinput>patch -Np1 -i ../opal-&opal-version;-ffmpeg2-1.patch &amp;&amp;
    117117
     118sed -e 's/CODEC_ID/AV_&amp;/' \
     119    -e 's/PIX_FMT_/AV_&amp;/' \
     120    -i plugins/video/H.263-1998/h263-1998.cxx \
     121       plugins/video/common/dyna.cxx          \
     122       plugins/video/H.264/h264-x264.cxx      \
     123       plugins/video/MPEG4-ffmpeg/mpeg4.cxx   &amp;&amp;
     124
     125ed -e '/&lt;&lt; mime.PrintContents/ s/mime/(const std::string\&amp;)&amp;/' \
     126        -i src/im/msrp.cxx  &amp;&amp;
     127
    118128./configure --prefix=/usr &amp;&amp;
    119 make</userinput></screen>
     129CXXFLAGS=-Wno-deprecated-declarations make</userinput></screen>
    120130
    121131    <para>
     
    129139<screen role="root"><userinput>make install &amp;&amp;
    130140chmod -v 644 /usr/lib/libopal_s.a</userinput></screen>
     141
     142  </sect2>
     143
     144  <sect2 role="commands">
     145    <title>Command Explanations</title>
     146
     147    <para>
     148      <command>sed ...</command>: The first sed fixes several files
     149      to work properly with <xref linkend='ffmpeg'/>.  The second fixes
     150      a build issue with <xref linkend='gcc'/>.
     151    </para>
     152
     153    <para>
     154      <envar>CXXFLAGS=-Wno-deprecated-declarations</envar>: This parameter
     155      reduces a lot of warnings generated by <xref linkend='gcc'/>.
     156    </para>
    131157
    132158  </sect2>
Note: See TracChangeset for help on using the changeset viewer.