summaryrefslogtreecommitdiff
path: root/www/firefox/files
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-02-27 10:26:48 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-03-18 14:41:26 +0000
commit3468f1957cf25742c60e1066f1174866c42efe96 (patch)
treefc3d6cb709385050885ecfc7dc76a4fa891402b9 /www/firefox/files
parentdevel/pycharm-ce: update to 2021.3.3 (diff)
multimedia/dav1d: update to 1.0.0
Changes: https://code.videolan.org/videolan/dav1d/-/releases/1.0.0 Reported by: Repology
Diffstat (limited to 'www/firefox/files')
-rw-r--r--www/firefox/files/patch-bug155921322
1 files changed, 22 insertions, 0 deletions
diff --git a/www/firefox/files/patch-bug1559213 b/www/firefox/files/patch-bug1559213
index ceaba53522aa..09b4dcc58e83 100644
--- a/www/firefox/files/patch-bug1559213
+++ b/www/firefox/files/patch-bug1559213
@@ -61,6 +61,28 @@ index 8509aec..eb6f129 100644
if CONFIG["MOZ_OMX"]:
EXPORTS += [
+diff --git media/ffvpx/libavcodec/moz.build media/ffvpx/libavcodec/moz.build
+index 0069865..e806fc8 100644
+--- media/ffvpx/libavcodec/moz.build
++++ media/ffvpx/libavcodec/moz.build
+@@ -112,9 +112,15 @@ if not CONFIG['MOZ_FFVPX_AUDIOONLY']:
+ 'vaapi_vp8.c',
+ 'vaapi_vp9.c',
+ ]
++ if CONFIG["MOZ_SYSTEM_AV1"]:
++ CFLAGS += CONFIG['MOZ_SYSTEM_LIBDAV1D_CFLAGS']
++ OS_LIBS += CONFIG['MOZ_SYSTEM_LIBDAV1D_LIBS']
++ else:
++ USE_LIBS += [
++ 'dav1d',
++ 'media_libdav1d_asm',
++ ]
+ USE_LIBS += [
+- 'dav1d',
+- 'media_libdav1d_asm',
+ 'mozva'
+ ]
+
diff --git toolkit/moz.configure toolkit/moz.configure
index 0069865..e806fc8 100644
--- toolkit/moz.configure