diff options
Diffstat (limited to 'libs/libsoundtouch/src/moz.build')
-rw-r--r-- | libs/libsoundtouch/src/moz.build | 2 |
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 |