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:
parent
bd0c4815c1
commit
d80741e0fb
@ -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" )
|
||||
|
Loading…
x
Reference in New Issue
Block a user