Changeset 06da9a6 for multimedia


Ignore:
Timestamp:
06/20/2015 04:16:28 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 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, nosym, 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:
6173a928
Parents:
0dd2bc6
Message:

Update to ffmpeg-2.7.1.
Update to ffmpeg-2.7.1.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/ffmpeg.xml

    r0dd2bc6 r06da9a6  
    77  <!ENTITY ffmpeg-download-http "http://ffmpeg.org/releases/ffmpeg-&ffmpeg-version;.tar.bz2">
    88  <!ENTITY ffmpeg-download-ftp  " ">
    9   <!ENTITY ffmpeg-md5sum        "5a16425b0bde1b952f58cff71b569a45">
     9  <!ENTITY ffmpeg-md5sum        "f159c6d7eed8546b23e1a17325cbf1f8">
    1010  <!ENTITY ffmpeg-size          "7.8 MB">
    1111  <!ENTITY ffmpeg-buildsize     "1.1 GB (with optional docs); additional 2.3 GB to run the FATE suite)">
    12   <!ENTITY ffmpeg-time          "4.2 SBU (with optional docs); additional 3.8 SBU to run the FATE suite, after sample files are downloaded">
     12  <!ENTITY ffmpeg-time          "1.7 SBU (with -j4 and optional docs); additional 2.9 SBU, with THREADS=4, to run the FATE suite, after sample files are downloaded">
    1313]>
    1414
     
    292292    </para>
    293293
    294 <screen><userinput>make fate SAMPLES=fate-suite/ | tee ../fate.log &amp;&amp;
     294<screen><userinput>make fate THREADS=<replaceable>N</replaceable> SAMPLES=fate-suite/ | tee ../fate.log &amp;&amp;
    295295grep ^TEST ../fate.log | wc -l</userinput></screen>
     296     
     297    <para>
     298      where <replaceable>N</replaceable> is an integer,
     299      <replaceable>N</replaceable> &le; number of threads in the system.
     300    </para>
    296301
    297302  </sect2>
Note: See TracChangeset for help on using the changeset viewer.