[Webkit-unassigned] [Bug 113522] [Qt] Enable text tracks from track elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 5 16:17:30 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=113522





--- Comment #42 from Brendan Long <b.long at cablelabs.com>  2013-04-05 16:15:43 PST ---
(In reply to comment #40)
> (From update of attachment 196642 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=196642&action=review
> 
> > Source/WebCore/Target.pri:690
> > +    html/HTMLTrackElement.cpp \
> 
> I believe that all those should go in a "enable?(VIDEO_TRACK) { }" block, lower in this file.
> 
> Some file have #if guards for their features and some don't, so we compile feature-specific features only when enabled.

I moved all of the TextTrack and TextElement stuff into the ?enable(VIDEO_TRACK) block. I just finished rebuilding with and without --video-track and it works.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list