Ignore:
Timestamp:
05/06/2016 04:47:07 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
e54771c
Parents:
b9178cc
Message:

Added ENTITY gcc8_checked to aid transition to gcc-6.1.0.

Update to ffmpeg-3.0.2. Required updates to
ptlib, libquicktime, opal, xine-lib, and transcode.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/xine-lib.xml

    rb9178cc rba1ccf6  
    125125    </para>
    126126
    127 <screen><userinput>./configure --prefix=/usr          \
     127<screen><userinput>sed -e 's/avcodec_alloc_frame/av_frame_alloc/'            \
     128        -e 's/avcodec_free_frame/av_frame_free/'          \
     129        -i src/combined/ffmpeg/ff_{audio,video}_decoder.c \
     130           src/dxr3/ffmpeg_encoder.c
     131
     132./configure --prefix=/usr          \
    128133            --disable-vcd          \
    129134            --with-external-dvdnav \
     
    163168    <title>Command Explanations</title>
    164169
     170    <para>
     171      <command>sed ...</command>: This command enables the package to be
     172      built with <xref linkend='ffmpeg'/>.
     173    </para>
     174
     175    <para>
     176      <parameter>--with-external-dvdnav</parameter>: This switch is required,
     177      because internal libraries cannot decrypt DVD.
     178    </para>
    165179    <para>
    166180      <parameter>--disable-vcd</parameter>: This switch is required to compile
Note: See TracChangeset for help on using the changeset viewer.