1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-12 06:37:52 +02:00

Temp fix until ExportMP3.cpp is fixed

This commit is contained in:
Leland Lucius 2020-02-23 05:17:34 -06:00
parent bd0c4815c1
commit d80741e0fb

View File

@ -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" )