Title: [255558] trunk/Tools
Revision
255558
Author
[email protected]
Date
2020-02-03 04:17:13 -0800 (Mon, 03 Feb 2020)

Log Message

[JHBuild] remove libvpx
https://bugs.webkit.org/show_bug.cgi?id=207103

Patch by Víctor Manuel Jáquez Leal <[email protected]> on 2020-02-03
Reviewed by Xabier Rodriguez-Calvar.

libvpx were added in jhbuild in times of OpenWebRTC. Nowadays, LibWebRTC is used and libvpx is
installed through Tools/gtk/install-dependencies, thus it should be removed from jhbuild.modules

* gstreamer/jhbuild.modules: remove libvpx.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (255557 => 255558)


--- trunk/Tools/ChangeLog	2020-02-03 10:31:02 UTC (rev 255557)
+++ trunk/Tools/ChangeLog	2020-02-03 12:17:13 UTC (rev 255558)
@@ -1,3 +1,15 @@
+2020-02-03  Víctor Manuel Jáquez Leal  <[email protected]>
+
+        [JHBuild] remove libvpx
+        https://bugs.webkit.org/show_bug.cgi?id=207103
+
+        Reviewed by Xabier Rodriguez-Calvar.
+
+        libvpx were added in jhbuild in times of OpenWebRTC. Nowadays, LibWebRTC is used and libvpx is
+        installed through Tools/gtk/install-dependencies, thus it should be removed from jhbuild.modules
+
+        * gstreamer/jhbuild.modules: remove libvpx.
+
 2020-02-02  Sam Weinig  <[email protected]>
 
         Update style checker with new locations OS version checks are allowed

Modified: trunk/Tools/gstreamer/jhbuild.modules (255557 => 255558)


--- trunk/Tools/gstreamer/jhbuild.modules	2020-02-03 10:31:02 UTC (rev 255557)
+++ trunk/Tools/gstreamer/jhbuild.modules	2020-02-03 12:17:13 UTC (rev 255558)
@@ -38,11 +38,6 @@
     </branch>
   </autotools>
 
-  <autotools id="libvpx"
-    autogen-template="%(srcdir)s/configure --prefix=%(prefix)s --enable-pic --as=yasm --disable-unit-tests --size-limit=16384x16384 --enable-postproc --enable-multi-res-encoding --enable-temporal-denoising --enable-vp9-temporal-denoising --enable-vp9-postproc --enable-shared --disable-avx512">
-    <branch repo="chromium.googlesource.com" checkoutdir="libvpx" tag="v1.7.0"/>
-  </autotools>
-
   <cmake id="aom" cmakeargs="-DBUILD_SHARED_LIBS=1">
     <branch repo="aomedia.googlesource.com" module="aom" checkoutdir="aom" branch="master"
             revision="master" tag="cdb083e84a71d6d31163a4f64f18dc1328fd782c" />
@@ -77,7 +72,6 @@
   <meson id="gst-plugins-good" mesonargs="-Dgtk_doc=disabled -Dintrospection=disabled -Dexamples=disabled -Dgtk3=disabled">
     <dependencies>
       <dep package="gst-plugins-base"/>
-      <dep package="libvpx"/>
     </dependencies>
 
     <branch hash="sha256:9fbabe69018fcec707df0b71150168776040cde6c1a26bb5a82a136755fa8f1f" module="gst-plugins-good/gst-plugins-good-${version}.tar.xz" repo="gstreamer" version="1.16.1">
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to