mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-20 15:41:18 +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} )
|
set( HAVE_GTK ${GTK_FOUND} )
|
||||||
|
|
||||||
if( "${${_OPT}use_lame}" STREQUAL "local" )
|
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()
|
endif()
|
||||||
|
|
||||||
if( "${${_OPT}use_ffmpeg}" STREQUAL "linked" )
|
if( "${${_OPT}use_ffmpeg}" STREQUAL "linked" )
|
||||||
|
|||||||
Reference in New Issue
Block a user