Ignore:
Timestamp:
07/03/2016 09:34:26 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
8cc1c71
Parents:
9513623
Message:

Update to gstreamer-1.8.2
Update to v4l-utils-1.10.1
Tags
(systemd/gnome merge staging) Actually update adwaita-icon-theme-3.20
(systemd/gnome merge) Green light GConf
Fix build of FAAC with GCC6

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/faac.xml

    r9513623 r4cc74e03  
    3636    understand other sound compression schemes in video files.</para>
    3737
    38     &lfs79_checked;
     38    &lfs79_checked;&gcc6_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9292sed -i -e '/obj-type/d' -e '/Long Term/d' frontend/main.c &amp;&amp;
    9393
     94CFLAGS=-std=c99 CXXFLAGS=-std=c++98 \
    9495./configure --prefix=/usr --disable-static &amp;&amp;
    9596make</userinput></screen>
     
    130131     697 in frontend/main.c as of FAAC-1.26) or fixes the documentation
    131132     so that it doesn't mention the disabled option. -->
     133   
     134    <para><envar>CFLAGS=... CXXFLAGS=...</envar>: These environment
     135    variables fix a problem with compiling under GCC-6.x.</para>
    132136
    133137    <para><command>sed -i ...</command>: This command removes documentation
Note: See TracChangeset for help on using the changeset viewer.