meson: Declare dav1d dependency in subproject

Fixes this error:

dav1d| Subproject dav1d finished.

gst-plugins-rs| WARNING: Subproject 'dav1d' did not override 'dav1d' dependency and no variable name specified
gst-plugins-rs| Dependency dav1d from subproject subprojects/dav1d-1.4.1 found: NO

subprojects/gst-plugins-rs/meson.build:382:14: ERROR: Dependency 'dav1d' is required but not found.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6436>
This commit is contained in:
Philippe Normand 2024-03-25 10:04:40 +00:00 committed by GStreamer Marge Bot
parent 2649d2ae62
commit ce0b60b5c9

View file

@ -4,3 +4,6 @@ source_url = https://download.videolan.org/pub/videolan/dav1d/1.4.1/dav1d-1.4.1.
source_filename = dav1d-1.4.1.tar.xz
source_fallback_url = https://gstreamer.freedesktop.org/src/mirror/dav1d-1.4.1.tar.xz
source_hash = 8d407dd5fe7986413c937b14e67f36aebd06e1fa5cfec679d10e548476f2d5f8
[provide]
dav1d = dav1d_dep