Ignore:
Timestamp:
01/28/2020 05:58:26 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
2da8e365
Parents:
492b55d
Message:

Fix the build of HDSPMixer in alsa-tools

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/alsa-tools.xml

    r492b55d rc1c6b2e  
    122122                             hdspconf/src/*.cxx  \
    123123                             hdspmixer/src/*.cxx \
    124                              hdsploader/hdsploader.c</userinput></screen>
     124                             hdsploader/hdsploader.c &amp;&amp;
     125sed -i -e '39 s/uint32_t/__u32/' hdspmixer/src/HDSPMixerWindow.cxx &amp;&amp;
     126sed -i -e '40 s/uint64_t/__u64/' hdspmixer/src/HDSPMixerWindow.cxx</userinput></screen>
    125127
    126128    <para>
Note: See TracChangeset for help on using the changeset viewer.