Opened 3 years ago

Closed 3 years ago

#61459 closed defect (fixed)

gpac @0.8.0_1: error: implicit declaration of function 'gf_webvtt_js_removeCues' is invalid in C99

Reported by: Tatsh (Andrew Udvare) Owned by: Tatsh (Andrew Udvare)
Priority: Normal Milestone:
Component: ports Version:
Keywords: bigsur catalina Cc:
Port: gpac

Description

vtt_dec.c:136:3: error: implicit declaration of function 'gf_webvtt_js_removeCues' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                gf_webvtt_js_removeCues(vttdec->sg->RootNode);
                ^
vtt_dec.c:143:5: error: implicit declaration of function 'gf_webvtt_js_addCue' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
                                gf_webvtt_js_addCue(vttdec->sg->RootNode, cue->id, start, end, cue->settings, cue->text);
                                ^
2 errors generated.

Attachments (1)

main.log (1.2 MB) - added by Tatsh (Andrew Udvare) 3 years ago.

Download all attachments as: .zip

Change History (5)

Changed 3 years ago by Tatsh (Andrew Udvare)

Attachment: main.log added

comment:1 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: bigsur catalina added

comment:2 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Summary: gpac @0.8.0_1 fails to build on Big Surgpac @0.8.0_1: error: implicit declaration of function 'gf_webvtt_js_removeCues' is invalid in C99

comment:4 Changed 3 years ago by Tatsh (Andrew Udvare)

Owner: set to Tatsh
Resolution: fixed
Status: newclosed

In 78ad2b2cc69d66c09a0b690a483adc46cc786c9e/macports-ports (master):

gpac: update to 1.0.1

Closes: #61459

Note: See TracTickets for help on using tickets.