Title: [218657] trunk/Source/ThirdParty/libwebrtc
Revision
218657
Author
[email protected]
Date
2017-06-21 15:13:19 -0700 (Wed, 21 Jun 2017)

Log Message

Fix build after r218645
https://bugs.webkit.org/show_bug.cgi?id=173668

Unreviewed.

Patch by Youenn Fablet <[email protected]> on 2017-06-21

* Source/webrtc/base/sigslottester.h: Removing executable right.
* Source/webrtc/modules/video_coding/codecs/vp8/temporal_layers.h:
(webrtc::TemporalLayersFactory::Create): Inline a default implementation.
* Source/webrtc/modules/video_processing/util/skin_detection.h: Removing executable right.

Modified Paths

Property Changed

Diff

Modified: trunk/Source/ThirdParty/libwebrtc/ChangeLog (218656 => 218657)


--- trunk/Source/ThirdParty/libwebrtc/ChangeLog	2017-06-21 22:11:07 UTC (rev 218656)
+++ trunk/Source/ThirdParty/libwebrtc/ChangeLog	2017-06-21 22:13:19 UTC (rev 218657)
@@ -1,5 +1,17 @@
 2017-06-21  Youenn Fablet  <[email protected]>
 
+        Fix build after r218645
+        https://bugs.webkit.org/show_bug.cgi?id=173668
+
+        Unreviewed.
+
+        * Source/webrtc/base/sigslottester.h: Removing executable right.
+        * Source/webrtc/modules/video_coding/codecs/vp8/temporal_layers.h:
+        (webrtc::TemporalLayersFactory::Create): Inline a default implementation.
+        * Source/webrtc/modules/video_processing/util/skin_detection.h: Removing executable right.
+
+2017-06-21  Youenn Fablet  <[email protected]>
+
         Remove expat source code from Source/ThirdParty/libwebrtc
         https://bugs.webkit.org/show_bug.cgi?id=173656
 
Index: trunk/Source/ThirdParty/libwebrtc/Source/webrtc/base/sigslottester.h
===================================================================
--- trunk/Source/ThirdParty/libwebrtc/Source/webrtc/base/sigslottester.h	2017-06-21 22:11:07 UTC (rev 218656)
+++ trunk/Source/ThirdParty/libwebrtc/Source/webrtc/base/sigslottester.h	2017-06-21 22:13:19 UTC (rev 218657)

Property changes: trunk/Source/ThirdParty/libwebrtc/Source/webrtc/base/sigslottester.h


Deleted: svn:executable

-* \ No newline at end of property

Modified: trunk/Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/vp8/temporal_layers.h (218656 => 218657)


--- trunk/Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/vp8/temporal_layers.h	2017-06-21 22:11:07 UTC (rev 218656)
+++ trunk/Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/vp8/temporal_layers.h	2017-06-21 22:13:19 UTC (rev 218657)
@@ -100,9 +100,9 @@
  public:
   TemporalLayersFactory() : listener_(nullptr) {}
   virtual ~TemporalLayersFactory() {}
-  virtual TemporalLayers* Create(int simulcast_id,
-                                 int temporal_layers,
-                                 uint8_t initial_tl0_pic_idx) const;
+  virtual TemporalLayers* Create(int /* simulcast_id */,
+                                 int /* temporal_layers */,
+                                 uint8_t /* initial_tl0_pic_idx */) const { return nullptr; }
   void SetListener(TemporalLayersListener* listener);
 
  protected:
Index: trunk/Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_processing/util/skin_detection.h
===================================================================
--- trunk/Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_processing/util/skin_detection.h	2017-06-21 22:11:07 UTC (rev 218656)
+++ trunk/Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_processing/util/skin_detection.h	2017-06-21 22:13:19 UTC (rev 218657)

Property changes: trunk/Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_processing/util/skin_detection.h


Deleted: svn:executable

-* \ No newline at end of property
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to