diff options
Diffstat (limited to 'media/libdav1d')
-rw-r--r-- | media/libdav1d/config.h | 3 | ||||
-rw-r--r-- | media/libdav1d/moz.yaml | 4 | ||||
-rw-r--r-- | media/libdav1d/vcs_version.h | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/media/libdav1d/config.h b/media/libdav1d/config.h index 218c8ae7f4..c7bdc7defc 100644 --- a/media/libdav1d/config.h +++ b/media/libdav1d/config.h @@ -46,7 +46,10 @@ // Those values are copied from the auto generated // config file produced by stand alone dav1d build. # define HAVE_AS_FUNC 0 +// Build with <sys/auxv.h> header only on Linux-specific systems. +#if defined(__linux__) # define HAVE_GETAUXVAL 1 +#endif # define PIC 3 #endif diff --git a/media/libdav1d/moz.yaml b/media/libdav1d/moz.yaml index 22994fc7bf..ca526ea688 100644 --- a/media/libdav1d/moz.yaml +++ b/media/libdav1d/moz.yaml @@ -20,11 +20,11 @@ origin: # Human-readable identifier for this version/release # Generally "version NNN", "tag SSS", "bookmark SSS" - release: 4796b59fc0a459588183dc2ea199ba1074befc67 (2024-02-18T15:37:04.000+01:00). + release: 8e08426468a76d8a667e8a79d92bafd85d7411ac (2024-03-18T20:50:37.000+00:00). # Revision to pull in # Must be a long or short commit SHA (long preferred) - revision: 4796b59fc0a459588183dc2ea199ba1074befc67 + revision: 8e08426468a76d8a667e8a79d92bafd85d7411ac # The package's license, where possible using the mnemonic from # https://spdx.org/licenses/ diff --git a/media/libdav1d/vcs_version.h b/media/libdav1d/vcs_version.h index 1ac3f3ded3..af1770d5bd 100644 --- a/media/libdav1d/vcs_version.h +++ b/media/libdav1d/vcs_version.h @@ -1,2 +1,2 @@ /* auto-generated, do not edit */ -#define DAV1D_VERSION "4796b59fc0a459588183dc2ea199ba1074befc67" +#define DAV1D_VERSION "8e08426468a76d8a667e8a79d92bafd85d7411ac" |