diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-12-01 15:49:23 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2021-12-01 15:49:23 -0500 |
commit | 73bef64e1c7c8684de3438a17cc01927f0522d6f (patch) | |
tree | 6937be7e55fe8baf5239394ee7ff46620f9960bc /libs | |
parent | e17b76b4e19e6086f63fd7df867c39f69e1024d8 (diff) | |
download | aura-central-73bef64e1c7c8684de3438a17cc01927f0522d6f.tar.gz |
No Issue - Sort the lgpl and gre media libs situation
Diffstat (limited to 'libs')
32 files changed, 38 insertions, 41 deletions
diff --git a/libs/angle/moz.build b/libs/angle/moz.build index f12eb6ca5..b9b12ece6 100644 --- a/libs/angle/moz.build +++ b/libs/angle/moz.build @@ -176,11 +176,11 @@ if CONFIG['GKMEDIAS_SHARED_LIBRARY']: NO_VISIBILITY_FLAGS = True # This tells ANGLE to build the translator with declspec(dllexport) on Windows -# which we need to get these symbols exported from gkmedias +# which we need to get these symbols exported from gremedia DEFINES['COMPONENT_BUILD'] = True DEFINES['ANGLE_TRANSLATOR_IMPLEMENTATION'] = True # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' diff --git a/libs/brotli/moz.build b/libs/brotli/moz.build index b2b87b40a..13138adf7 100644 --- a/libs/brotli/moz.build +++ b/libs/brotli/moz.build @@ -39,7 +39,7 @@ CFLAGS += ['-DBROTLI_BUILD_PORTABLE'] Library('brotli') -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' HostProgram('brotli') diff --git a/libs/cairo/moz.build b/libs/cairo/moz.build index fbf7dfe7f..a33563c6d 100644 --- a/libs/cairo/moz.build +++ b/libs/cairo/moz.build @@ -199,4 +199,4 @@ LOCAL_INCLUDES += ['!src', 'src'] # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' diff --git a/libs/expat/lib/moz.build b/libs/expat/lib/moz.build index 63ed70ca8..2506972c6 100644 --- a/libs/expat/lib/moz.build +++ b/libs/expat/lib/moz.build @@ -14,6 +14,6 @@ SOURCES += [ 'xmltok.c', ] -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' DEFINES['HAVE_EXPAT_CONFIG_H'] = True diff --git a/libs/graphite2/src/moz.build b/libs/graphite2/src/moz.build index ecf396e2b..0f46e300e 100644 --- a/libs/graphite2/src/moz.build +++ b/libs/graphite2/src/moz.build @@ -57,18 +57,12 @@ SOURCES += [ 'UtfCodec.cpp', ] -if CONFIG['GKMEDIAS_SHARED_LIBRARY']: - NO_VISIBILITY_FLAGS = True - DEFINES['GRAPHITE2_EXPORTING'] = True -else: - # tell graphite2 not to export symbols, we'll be linking it directly with - # thebes - DEFINES['GRAPHITE2_STATIC'] = True - # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True -FINAL_LIBRARY = 'gkmedias' +NO_VISIBILITY_FLAGS = True +DEFINES['GRAPHITE2_EXPORTING'] = True +FINAL_LIBRARY = 'lgplmedia' DEFINES['PACKAGE_VERSION'] = '"moz"' DEFINES['PACKAGE_BUGREPORT'] = '"http://bugzilla.mozilla.org/"' diff --git a/libs/harfbuzz/src/moz.build b/libs/harfbuzz/src/moz.build index 00abf656c..280fda3e6 100644 --- a/libs/harfbuzz/src/moz.build +++ b/libs/harfbuzz/src/moz.build @@ -69,7 +69,7 @@ if 'gtk' in CONFIG['MOZ_WIDGET_TOOLKIT']: # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' DEFINES['PACKAGE_VERSION'] = '"moz"' DEFINES['PACKAGE_BUGREPORT'] = '"http://bugzilla.mozilla.org/"' diff --git a/libs/libaom/moz.build b/libs/libaom/moz.build index 32f8e6c1f..abb72c203 100644 --- a/libs/libaom/moz.build +++ b/libs/libaom/moz.build @@ -85,7 +85,7 @@ if CONFIG['GKMEDIAS_SHARED_LIBRARY']: # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' if CONFIG['CLANG_CL'] or not CONFIG['_MSC_VER']: for f in SOURCES: diff --git a/libs/libav/libavcommon.mozbuild b/libs/libav/libavcommon.mozbuild index b470d6249..93b1fbfc2 100644 --- a/libs/libav/libavcommon.mozbuild +++ b/libs/libav/libavcommon.mozbuild @@ -44,4 +44,4 @@ if CONFIG['_MSC_VER'] and not CONFIG['CLANG_CL']: '-wd4305', # 'initializing' : truncation from '__int64' to 'double' ] -FINAL_LIBRARY = 'lgpllibs' +FINAL_LIBRARY = 'lgplmedia' diff --git a/libs/libcubeb/src/moz.build b/libs/libcubeb/src/moz.build index 50fffb6ff..8f0635db2 100644 --- a/libs/libcubeb/src/moz.build +++ b/libs/libcubeb/src/moz.build @@ -70,7 +70,7 @@ if CONFIG['OS_TARGET'] == 'WINNT': if CONFIG['GKMEDIAS_SHARED_LIBRARY']: NO_VISIBILITY_FLAGS = True -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' CFLAGS += CONFIG['MOZ_ALSA_CFLAGS'] CFLAGS += CONFIG['MOZ_JACK_CFLAGS'] diff --git a/libs/libcubeb/tests/moz.build b/libs/libcubeb/tests/moz.build index 2973e5883..1f906e2c8 100644 --- a/libs/libcubeb/tests/moz.build +++ b/libs/libcubeb/tests/moz.build @@ -51,7 +51,7 @@ else: USE_LIBS += [ 'cubeb', ] - # Don't link gkmedias for it introduces dependencies on Android. + # Don't link gremedia for it introduces dependencies on Android. if CONFIG['OS_TARGET'] == 'Android': USE_LIBS += [ 'speex', diff --git a/libs/libjpeg/moz.build b/libs/libjpeg/moz.build index 9c6d790ee..e3885b995 100644 --- a/libs/libjpeg/moz.build +++ b/libs/libjpeg/moz.build @@ -156,5 +156,5 @@ if CONFIG['GKMEDIAS_SHARED_LIBRARY']: # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' diff --git a/libs/libmkv/moz.build b/libs/libmkv/moz.build index 018ca7474..07e61bbbc 100644 --- a/libs/libmkv/moz.build +++ b/libs/libmkv/moz.build @@ -23,7 +23,7 @@ SOURCES += [ if CONFIG['GKMEDIAS_SHARED_LIBRARY']: NO_VISIBILITY_FLAGS = True -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True diff --git a/libs/libnestegg/src/moz.build b/libs/libnestegg/src/moz.build index bf9edcdbc..f08d15d0f 100644 --- a/libs/libnestegg/src/moz.build +++ b/libs/libnestegg/src/moz.build @@ -10,7 +10,7 @@ UNIFIED_SOURCES += [ if CONFIG['GKMEDIAS_SHARED_LIBRARY']: NO_VISIBILITY_FLAGS = True -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True diff --git a/libs/libogg/moz.build b/libs/libogg/moz.build index abc8d0285..948c74ea3 100644 --- a/libs/libogg/moz.build +++ b/libs/libogg/moz.build @@ -21,4 +21,4 @@ UNIFIED_SOURCES += [ if CONFIG['GKMEDIAS_SHARED_LIBRARY']: NO_VISIBILITY_FLAGS = True -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' diff --git a/libs/libopus/moz.build b/libs/libopus/moz.build index 9ef394940..d8939d0fc 100644 --- a/libs/libopus/moz.build +++ b/libs/libopus/moz.build @@ -16,13 +16,13 @@ EXPORTS.opus += [ # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' DEFINES['OPUS_BUILD'] = True DEFINES['OPUS_VERSION'] = '"v1.1.3-mozilla"' DEFINES['USE_ALLOCA'] = True -# We only need to export symbols if we're built into libgkmedias +# We only need to export symbols if we're built into libgremedia # instead of libxul. if not CONFIG['GKMEDIAS_SHARED_LIBRARY']: DEFINES['OPUS_EXPORT'] = '' diff --git a/libs/libpixman/moz.build b/libs/libpixman/moz.build index 2cdffd8cd..fe548e905 100644 --- a/libs/libpixman/moz.build +++ b/libs/libpixman/moz.build @@ -59,7 +59,7 @@ SOURCES += [ # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' LOCAL_INCLUDES += ['../cairo/src'] if CONFIG['MOZ_USE_PTHREADS']: diff --git a/libs/libpng/moz.build b/libs/libpng/moz.build index ff4b9e9cb..913784c59 100644 --- a/libs/libpng/moz.build +++ b/libs/libpng/moz.build @@ -49,7 +49,7 @@ Library('mozpng') if CONFIG['GKMEDIAS_SHARED_LIBRARY']: NO_VISIBILITY_FLAGS = True -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True diff --git a/libs/libsoundtouch/src/moz.build b/libs/libsoundtouch/src/moz.build index a4294864f..674ef5110 100644 --- a/libs/libsoundtouch/src/moz.build +++ b/libs/libsoundtouch/src/moz.build @@ -44,7 +44,7 @@ else: # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True -FINAL_LIBRARY = 'lgpllibs' +FINAL_LIBRARY = 'lgplmedia' # Use abort() instead of exception in SoundTouch. DEFINES['ST_NO_EXCEPTION_HANDLING'] = 1 diff --git a/libs/libspeex_resampler/src/moz.build b/libs/libspeex_resampler/src/moz.build index c8c8db653..c8134c2b4 100644 --- a/libs/libspeex_resampler/src/moz.build +++ b/libs/libspeex_resampler/src/moz.build @@ -17,7 +17,7 @@ SOURCES += [ # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' # We don't compile the full speex codec, only the resampler. DEFINES['OUTSIDE_SPEEX'] = True diff --git a/libs/libtheora/moz.build b/libs/libtheora/moz.build index 8bcdb5fd4..2f1d6f919 100644 --- a/libs/libtheora/moz.build +++ b/libs/libtheora/moz.build @@ -15,7 +15,7 @@ EXPORTS.theora += [ # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' if CONFIG['GKMEDIAS_SHARED_LIBRARY']: NO_VISIBILITY_FLAGS = True diff --git a/libs/libtremor/lib/moz.build b/libs/libtremor/lib/moz.build index abb48f178..b61b8b368 100644 --- a/libs/libtremor/lib/moz.build +++ b/libs/libtremor/lib/moz.build @@ -18,7 +18,7 @@ SOURCES += [ 'tremor_window.c', ] -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' if CONFIG['OS_ARCH'] == 'AIX': DEFINES['alloca'] = '__alloca' diff --git a/libs/libvorbis/moz.build b/libs/libvorbis/moz.build index 0bc180909..4d3147e44 100644 --- a/libs/libvorbis/moz.build +++ b/libs/libvorbis/moz.build @@ -53,7 +53,7 @@ if CONFIG['GKMEDIAS_SHARED_LIBRARY']: # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' # Suppress warnings in third-party code. if CONFIG['GNU_CC']: diff --git a/libs/libvpx/moz.build b/libs/libvpx/moz.build index eb24847f6..0149a627b 100644 --- a/libs/libvpx/moz.build +++ b/libs/libvpx/moz.build @@ -63,7 +63,7 @@ if CONFIG['GKMEDIAS_SHARED_LIBRARY']: # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' DEFINES['HAVE_CONFIG_H'] = 'vpx_config.h' diff --git a/libs/libwebp/dec/moz.build b/libs/libwebp/dec/moz.build index 1b7905b79..78246111a 100644 --- a/libs/libwebp/dec/moz.build +++ b/libs/libwebp/dec/moz.build @@ -19,7 +19,7 @@ SOURCES += [ 'webp_dec.c', ] -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True diff --git a/libs/libwebp/demux/moz.build b/libs/libwebp/demux/moz.build index 75d813699..5422a7a25 100644 --- a/libs/libwebp/demux/moz.build +++ b/libs/libwebp/demux/moz.build @@ -10,7 +10,7 @@ SOURCES += [ 'demux.c', ] -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True diff --git a/libs/libwebp/dsp/moz.build b/libs/libwebp/dsp/moz.build index c00d5e140..b8128dc13 100644 --- a/libs/libwebp/dsp/moz.build +++ b/libs/libwebp/dsp/moz.build @@ -56,7 +56,7 @@ elif CONFIG['INTEL_ARCHITECTURE']: SOURCES['yuv_sse2.c'].flags += CONFIG['SSE2_FLAGS'] SOURCES['yuv_sse41.c'].flags += CONFIG['SSE2_FLAGS'] -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True diff --git a/libs/libwebp/moz.build b/libs/libwebp/moz.build index 5450e2b47..9b61aa3df 100644 --- a/libs/libwebp/moz.build +++ b/libs/libwebp/moz.build @@ -21,7 +21,7 @@ DIRS += [ 'utils', ] -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True diff --git a/libs/libwebp/moz/moz.build b/libs/libwebp/moz/moz.build index bc0ce997b..80f7b9612 100644 --- a/libs/libwebp/moz/moz.build +++ b/libs/libwebp/moz/moz.build @@ -10,7 +10,7 @@ SOURCES += [ 'cpu.cpp', ] -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True diff --git a/libs/libwebp/utils/moz.build b/libs/libwebp/utils/moz.build index 619eaee6d..a9c38f2d9 100644 --- a/libs/libwebp/utils/moz.build +++ b/libs/libwebp/utils/moz.build @@ -19,7 +19,7 @@ SOURCES += [ 'utils.c', ] -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True diff --git a/libs/moz.build b/libs/moz.build index d7c120d3e..5f7e29768 100644 --- a/libs/moz.build +++ b/libs/moz.build @@ -49,6 +49,9 @@ if CONFIG['MOZ_ENABLE_SKIA']: if CONFIG['MOZ_FFVPX']: DIRS += ['ffvpx'] +if CONFIG['MOZ_LIBAV_FFT']: + DIRS += ['libav'] + if not CONFIG['MOZ_SYSTEM_HUNSPELL']: DIRS += ['hunspell'] diff --git a/libs/ots/src/moz.build b/libs/ots/src/moz.build index 4a28c71e5..e5a8de68f 100644 --- a/libs/ots/src/moz.build +++ b/libs/ots/src/moz.build @@ -62,7 +62,7 @@ if CONFIG['GKMEDIAS_SHARED_LIBRARY']: # We allow warnings for third-party code that can be updated from upstream. ALLOW_COMPILER_WARNINGS = True -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' DEFINES['PACKAGE_VERSION'] = '"moz"' DEFINES['PACKAGE_BUGREPORT'] = '"http://bugzilla.mozilla.org/"' diff --git a/libs/qcms/moz.build b/libs/qcms/moz.build index 9bcbbe63a..32621977a 100644 --- a/libs/qcms/moz.build +++ b/libs/qcms/moz.build @@ -19,7 +19,7 @@ SOURCES += [ if CONFIG['GKMEDIAS_SHARED_LIBRARY']: NO_VISIBILITY_FLAGS = True -FINAL_LIBRARY = 'gkmedias' +FINAL_LIBRARY = 'gremedia' if CONFIG['GNU_CC']: CFLAGS += ['-Wno-missing-field-initializers'] |