mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 16:43:52 +01:00
Temp fix until ExportMP3.cpp is fixed
This commit is contained in:
@@ -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" )
|
||||
|
||||
Reference in New Issue
Block a user