Changeset f080ae0e for multimedia


Ignore:
Timestamp:
05/14/2016 08:19:09 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
1ef4048
Parents:
2e633b6
Message:

Merge to trunk r17352

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

Location:
multimedia/libdriv
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/fdk-aac.xml

    r2e633b6 rf080ae0e  
    8686    </para>
    8787
    88 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     88<screen><userinput>CXX='g++ -Wno-narrowing'     \
     89./configure --prefix=/usr    \
     90            --disable-static &amp;&amp;
    8991make</userinput></screen>
    9092
     
    103105  <sect2 role="commands">
    104106    <title>Command Explanations</title>
     107
     108    <para>
     109      <command>CXX='g++ -Wno-narrowing' ...</command>: GCC 6 does not support
     110      integer narrowing. Setting CXX this way allows to suppress the
     111      associated error.
     112    </para>
    105113
    106114    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • multimedia/libdriv/xine-lib.xml

    r2e633b6 rf080ae0e  
    128128        -e 's/avcodec_free_frame/av_frame_free/'          \
    129129        -i src/combined/ffmpeg/ff_{audio,video}_decoder.c \
    130            src/dxr3/ffmpeg_encoder.c
     130           src/dxr3/ffmpeg_encoder.c &amp;&amp;
     131
     132sed -e 's|wand/magick_wand.h|MagickWand/MagickWand.h|' \
     133    -i src/video_dec/image.c &amp;&amp;
    131134
    132135./configure --prefix=/usr          \
     
    169172
    170173    <para>
    171       <command>sed ...</command>: This command enables the package to be
    172       built with <xref linkend="ffmpeg"/>.
     174      <command>sed ...</command>: These commands enables the package to be
     175      built with <xref linkend="ffmpeg"/> and <xref linkend="imagemagick"/>.
    173176    </para>
    174177
Note: See TracChangeset for help on using the changeset viewer.