From d80741e0fb27cfa0397a3f4a90149af1fe6ef7d9 Mon Sep 17 00:00:00 2001 From: Leland Lucius Date: Sun, 23 Feb 2020 05:17:34 -0600 Subject: [PATCH] Temp fix until ExportMP3.cpp is fixed --- src/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9feaed57b..b7f9c891d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1105,7 +1105,9 @@ set( LIBDIR "${_LIBDIR}" ) set( HAVE_GTK ${GTK_FOUND} ) if( "${${_OPT}use_lame}" STREQUAL "local" ) - set( DISABLE_DYNAMIC_LOADING_LAME YES ) +# Something is wrong in ExportMP3 when this is defined. +# fix it and then uncomment this. +# set( DISABLE_DYNAMIC_LOADING_LAME YES ) endif() if( "${${_OPT}use_ffmpeg}" STREQUAL "linked" )