[Webkit-unassigned] [Bug 230595] New: Opus and Vorbis codecs aren't available on iPad.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 21 21:21:03 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=230595
Bug ID: 230595
Summary: Opus and Vorbis codecs aren't available on iPad.
Product: WebKit
Version: Other
Hardware: iPhone / iPad
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Media
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jean-yves.avenard at apple.com
Opus and Vorbis are only available on Mac for some reasons:
`
#if !defined(ENABLE_VORBIS) && PLATFORM(MAC) && __MAC_OS_X_VERSION_MAX_ALLOWED >= 110300
#define ENABLE_VORBIS 1
#endif
`
We should allow them everywhere and let run-time detection performs its work
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210922/ebac3d83/attachment-0001.htm>
More information about the webkit-unassigned
mailing list