Skip to content

Commit

Permalink
jhbuild: build gstreamer plugin 'dav1ddec'
Browse files Browse the repository at this point in the history
  • Loading branch information
dpino committed Sep 11, 2024
1 parent aa9e726 commit 4529db9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions images/wkdev_sdk/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ RUN export QT_VERSION=$(qmake6 -query QT_VERSION) && \
# Check GStreamer plugins are installed.
RUN gst-inspect-1.0 audiornnoise && \
gst-inspect-1.0 cea608tott && \
gst-inspect-1.0 dav1ddec && \
gst-inspect-1.0 livesync && \
gst-inspect-1.0 rsrtp

Expand Down
9 changes: 9 additions & 0 deletions images/wkdev_sdk/jhbuild/webkit-sdk-deps.modules
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,22 @@
</branch>
</meson>

<meson id="dav1d" mesonargs="-Denable_tests=false -Dxxhash_muxer=disabled">
<branch repo="github.com"
module="videolan/dav1d"
tag="1.4.1"
version="1.4.1" >
</branch>
</meson>

<meson id="gstreamer" mesonargs="-Dlibnice=enabled -Dpython=enabled -Dintrospection=enabled -Dgst-plugins-bad:microdns=disabled -Dgst-plugins-bad:avtp=disabled -Dexamples=disabled -Dtests=disabled -Ddoc=disabled -Dgtk_doc=disabled -Drs=enabled -Dwebrtc=enabled">
<branch repo="gstreamer.freedesktop.org"
checkoutdir="gstreamer"
module="gstreamer.git"
tag="1.24.6"/>
<dependencies>
<dep package="openh264"/>
<dep package="dav1d"/>
</dependencies>
</meson>

Expand Down

0 comments on commit 4529db9

Please sign in to comment.