⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 245677 in webkit


Ignore:
Timestamp:
May 23, 2019, 12:41:57 AM (7 years ago)
Author:
commit-queue@webkit.org
Message:

[JHBuild][GStreamer] Enable libsrtp
https://bugs.webkit.org/show_bug.cgi?id=198041

Patch by Philippe Normand <philn@igalia.com> on 2019-05-23
Reviewed by Xabier Rodriguez-Calvar.

  • gstreamer/jhbuild.modules: Enable libsrtp. The system version

can't be used from Stretch because it's too old.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r245674 r245677  
     12019-05-23  Philippe Normand  <philn@igalia.com>
     2
     3        [JHBuild][GStreamer] Enable libsrtp
     4        https://bugs.webkit.org/show_bug.cgi?id=198041
     5
     6        Reviewed by Xabier Rodriguez-Calvar.
     7
     8        * gstreamer/jhbuild.modules: Enable libsrtp. The system version
     9        can't be used from Stretch because it's too old.
     10
    1112019-05-22  Ryan Haddad  <ryanhaddad@apple.com>
    212
  • trunk/Tools/gstreamer/jhbuild.modules

    r245324 r245677  
    4949  </cmake>
    5050
     51  <autotools id="libsrtp">
     52    <branch repo="github-tarball" module="cisco/libsrtp/archive/v${version}.tar.gz" version="2.2.0"
     53            checkoutdir="libsrtp-${version}"/>
     54  </autotools>
     55
    5156  <meson id="gstreamer" mesonargs="-Dgtk_doc=disabled -Dintrospection=disabled -Dexamples=disabled -Dtests=disabled">
    5257    <dependencies>
     
    8590      <dep package="openh264"/>
    8691      <dep package="aom"/>
     92      <dep package="libsrtp"/>
    8793    </dependencies>
    8894    <branch hash="sha256:22139de35626ada6090bdfa3423b27b7fc15a0198331d25c95e6b12cb1072b05" module="gst-plugins-bad/gst-plugins-bad-${version}.tar.xz" repo="gstreamer" version="1.16.0">
Note: See TracChangeset for help on using the changeset viewer.