summaryrefslogtreecommitdiff
path: root/libs/libsoundtouch
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-12-01 15:49:23 -0500
committerMatt A. Tobin <email@mattatobin.com>2021-12-01 15:49:23 -0500
commit73bef64e1c7c8684de3438a17cc01927f0522d6f (patch)
tree6937be7e55fe8baf5239394ee7ff46620f9960bc /libs/libsoundtouch
parente17b76b4e19e6086f63fd7df867c39f69e1024d8 (diff)
downloadaura-central-73bef64e1c7c8684de3438a17cc01927f0522d6f.tar.gz
No Issue - Sort the lgpl and gre media libs situation
Diffstat (limited to 'libs/libsoundtouch')
-rw-r--r--libs/libsoundtouch/src/moz.build2
1 files changed, 1 insertions, 1 deletions
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