summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-12-01 14:11:33 -0500
committerMatt A. Tobin <email@mattatobin.com>2021-12-01 14:11:33 -0500
commite17b76b4e19e6086f63fd7df867c39f69e1024d8 (patch)
tree9c4349080853ef76240f3a85ff0b261896b63a36 /libs
parentbabbe1215b1a54662e29a454f6f77744bf0f2bb9 (diff)
downloadaura-central-e17b76b4e19e6086f63fd7df867c39f69e1024d8.tar.gz
No Issue - Change library names for mozav* to ffvpx*
Diffstat (limited to 'libs')
-rw-r--r--libs/ffvpx/libavcodec/moz.build4
-rw-r--r--libs/ffvpx/libavcodec/x86/moz.build2
-rw-r--r--libs/ffvpx/libavutil/moz.build2
-rw-r--r--libs/ffvpx/libavutil/x86/moz.build2
4 files changed, 5 insertions, 5 deletions
diff --git a/libs/ffvpx/libavcodec/moz.build b/libs/ffvpx/libavcodec/moz.build
index 0dbabcf75..671da54db 100644
--- a/libs/ffvpx/libavcodec/moz.build
+++ b/libs/ffvpx/libavcodec/moz.build
@@ -8,7 +8,7 @@
if CONFIG['FFVPX_ASFLAGS']:
DIRS += ['x86']
-SharedLibrary('mozavcodec')
+SharedLibrary('ffvpxcodec')
SOURCES += [
'allcodecs.c',
'avpacket.c',
@@ -72,7 +72,7 @@ if CONFIG['GNU_CC'] and CONFIG['CC_VERSION'] >= '10.0.0':
CFLAGS += ['-fcommon']
USE_LIBS += [
- 'mozavutil'
+ 'ffvpxutil'
]
include("../ffvpxcommon.mozbuild")
diff --git a/libs/ffvpx/libavcodec/x86/moz.build b/libs/ffvpx/libavcodec/x86/moz.build
index 847d40808..4b69d30ef 100644
--- a/libs/ffvpx/libavcodec/x86/moz.build
+++ b/libs/ffvpx/libavcodec/x86/moz.build
@@ -29,6 +29,6 @@ SOURCES += [
'vp9mc_16bpp.asm',
]
-FINAL_LIBRARY = 'mozavcodec'
+FINAL_LIBRARY = 'ffvpxcodec'
include('/libs/ffvpx/ffvpxcommon.mozbuild')
diff --git a/libs/ffvpx/libavutil/moz.build b/libs/ffvpx/libavutil/moz.build
index 870934f52..a7501141a 100644
--- a/libs/ffvpx/libavutil/moz.build
+++ b/libs/ffvpx/libavutil/moz.build
@@ -8,7 +8,7 @@
if CONFIG['FFVPX_ASFLAGS']:
DIRS += ['x86']
-SharedLibrary('mozavutil')
+SharedLibrary('ffvpxutil')
SOURCES += [
'adler32.c',
'avstring.c',
diff --git a/libs/ffvpx/libavutil/x86/moz.build b/libs/ffvpx/libavutil/x86/moz.build
index b61e9ed90..6b5e50a44 100644
--- a/libs/ffvpx/libavutil/x86/moz.build
+++ b/libs/ffvpx/libavutil/x86/moz.build
@@ -17,6 +17,6 @@ SOURCES += [
'lls_init.c'
]
-FINAL_LIBRARY = 'mozavutil'
+FINAL_LIBRARY = 'ffvpxutil'
include('/libs/ffvpx/ffvpxcommon.mozbuild')