mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Issue #1769: Update symbols for libxul linkage
This commit is contained in:
parent
4d78f53da1
commit
1ef390db08
1 changed files with 16 additions and 0 deletions
|
|
@ -79,6 +79,22 @@ aom_codec_peek_stream_info
|
|||
aom_img_alloc
|
||||
aom_img_free
|
||||
#endif
|
||||
#ifdef MOZ_JXL
|
||||
JxlDecoderCreate
|
||||
JxlDecoderDestroy
|
||||
JxlDecoderSetParallelRunner
|
||||
JxlDecoderSubscribeEvents
|
||||
JxlDecoderProcessInput
|
||||
JxlDecoderSetInput
|
||||
JxlDecoderReleaseInput
|
||||
JxlDecoderGetBasicInfo
|
||||
JxlDecoderImageOutBufferSize
|
||||
JxlDecoderSetImageOutBuffer
|
||||
JxlThreadParallelRunner
|
||||
JxlThreadParallelRunnerCreate
|
||||
JxlThreadParallelRunnerDestroy
|
||||
JxlThreadParallelRunnerDefaultNumWorkerThreads
|
||||
#endif
|
||||
#ifdef MOZ_VORBIS
|
||||
ogg_page_bos
|
||||
ogg_page_granulepos
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue