Changeset 2db18ff


Ignore:
Timestamp:
07/31/2024 06:10:59 AM (6 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
85317f3
Parents:
8428026a
git-author:
Xi Ruoyao <xry111@…> (07/31/2024 06:09:50 AM)
git-committer:
Xi Ruoyao <xry111@…> (07/31/2024 06:10:59 AM)
Message:

libavif: Fix a fatal typo

This causes "libavif: No decoding library is enabled.", resulting a
non-functional libavif.

It's hard to figure out this error...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libavif.xml

    r8428026a r2db18ff  
    102102cmake -D CMAKE_INSTALL_PREFIX=/usr \
    103103      -D CMAKE_BUILD_TYPE=Release  \
    104       -D AVIF_CODEC_AOM=SYSYEM     \
     104      -D AVIF_CODEC_AOM=SYSTEM     \
    105105      -D AVIF_BUILD_GDK_PIXBUF=ON  \
    106106      -D AVIF_LIBYUV=OFF           \
Note: See TracChangeset for help on using the changeset viewer.