[Webkit-unassigned] [Bug 164937] [cmake][OpenWebRTC] Move SDPProcessorScriptResource rules to common WebCore
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 18 16:02:57 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=164937
--- Comment #7 from Konstantin Tokarev <annulen at yandex.ru> ---
Comment on attachment 295207
--> https://bugs.webkit.org/attachment.cgi?id=295207
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=295207&action=review
> Source/WebCore/CMakeLists.txt:3673
> +endif ()
Sorry for not spotting all issues at once :)
Following if() block checks if WebCore_SDP_PROCESSOR_SCRIPTS is set, now it's always true, so both blocks can be merged into single if (ENABLE_MEDIA_STREAM) block.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161119/fce94079/attachment.html>
More information about the webkit-unassigned
mailing list