RESOLVED FIXED 210777
Fix build failures when video fullscreen and picture-in-picture is disabled
https://bugs.webkit.org/show_bug.cgi?id=210777
Summary Fix build failures when video fullscreen and picture-in-picture is disabled
Peng Liu
Reported 2020-04-20 17:55:36 PDT
Fix build failures when video fullscreen and picture-in-picture is disabled
Attachments
Patch (25.93 KB, patch)
2020-04-20 18:10 PDT, Peng Liu
no flags
Radar WebKit Bug Importer
Comment 1 2020-04-20 17:57:12 PDT
Peng Liu
Comment 2 2020-04-20 18:10:45 PDT
Eric Carlson
Comment 3 2020-04-20 19:04:49 PDT
Comment on attachment 397044 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=397044&action=review > Source/JavaScriptCore/Configurations/FeatureDefines.xcconfig:378 > -ENABLE_VIDEO_PRESENTATION_MODE = ENABLE_VIDEO_PRESENTATION_MODE; > +ENABLE_VIDEO_PRESENTATION_MODE = $(ENABLE_VIDEO_PRESENTATION_MODE_$(WK_PLATFORM_NAME)); > +ENABLE_VIDEO_PRESENTATION_MODE_iphoneos = ENABLE_VIDEO_PRESENTATION_MODE; > +ENABLE_VIDEO_PRESENTATION_MODE_watchos = ENABLE_VIDEO_PRESENTATION_MODE; > +ENABLE_VIDEO_PRESENTATION_MODE_macosx = ENABLE_VIDEO_PRESENTATION_MODE; As we discussed, this may not be necessary but we can remove it later if possible.
EWS
Comment 4 2020-04-20 21:06:16 PDT
Committed r260412: <https://trac.webkit.org/changeset/260412> All reviewed patches have been landed. Closing bug and clearing flags on attachment 397044 [details].
Note You need to log in before you can comment on or make changes to this bug.