Ignore:
Timestamp:
02/18/2019 12:28:59 AM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 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:
c68f5d2
Parents:
6ad5d0f
Message:

More multimedia tags.
Disable incompatible libvpx in vlc.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/videoutils/vlc.xml

    r6ad5d0f r7d4be40  
    3939    </para>
    4040
    41     &lfs83_checked;
     41    &lfs84_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    213213    <screen><userinput>sed -i '/vlc_demux.h/a #define LUA_COMPAT_APIINTCASTS' modules/lua/vlc.h   &amp;&amp;
    214214
    215 BUILDCC=gcc ./configure --prefix=/usr --disable-opencv &amp;&amp;
     215BUILDCC=gcc ./configure --prefix=/usr    \
     216                        --disable-opencv \
     217                        --disable-vpx    &amp;&amp;
    216218
    217219make</userinput></screen>
     
    244246      <application>opencv</application> which is not compatible with this
    245247      version of <application>vlc</application>.
     248    </para>
     249
     250    <para>
     251      <option>--disable-vpx</option>: This switch is required to disable
     252      <application>libvpx</application>. The latest version is not compatible
     253      with this version of <application>vlc</application>.
    246254    </para>
    247255
Note: See TracChangeset for help on using the changeset viewer.