⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 283490 in webkit


Ignore:
Timestamp:
Oct 4, 2021, 1:07:31 AM (5 years ago)
Author:
Jean-Yves Avenard
Message:

Vorbis decoder can't be instantiated - follow up on Bug 230742
https://bugs.webkit.org/show_bug.cgi?id=231154
rdar://problem/83825162

Fix typo in expression.

Reviewed by Tim Horton.

  • Scripts/process-entitlements.sh: Add missing bool keyword.
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r283487 r283490  
     12021-10-04  Jean-Yves Avenard  <jya@apple.com>
     2
     3        Vorbis decoder can't be instantiated - follow up on Bug 230742
     4        https://bugs.webkit.org/show_bug.cgi?id=231154
     5        rdar://problem/83825162
     6
     7        Fix typo in expression.
     8
     9        Reviewed by Tim Horton.
     10
     11        * Scripts/process-entitlements.sh: Add missing bool keyword.
     12
    1132021-10-03  Lauro Moura  <lmoura@igalia.com>
    214
  • trunk/Source/WebKit/Scripts/process-entitlements.sh

    r283394 r283490  
    3030        if (( "${TARGET_MAC_OS_X_VERSION_MAJOR}" >= 120000 ))
    3131        then
    32             plistbuddy add :com.apple.coreaudio.allow-vorbis-decode YES
     32            plistbuddy add :com.apple.coreaudio.allow-vorbis-decode bool YES
    3333        fi
    3434    fi
Note: See TracChangeset for help on using the changeset viewer.