mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-27 15:53:49 +01:00
No longer need to use the obsolute functions
The last commit resolved this requirement. I'd really like to remove ALL of the old dynamic loading code from ExportMP3 as well, but a task for another day...
This commit is contained in:
@@ -92,7 +92,7 @@ if( ${CMakeDetermineASM_NASMCompiler} )
|
||||
endif()
|
||||
|
||||
configure_file( config.h.in private/config.h )
|
||||
configure_file( lame.h.in public/lame/lame.h )
|
||||
configure_file( ${TARGET_ROOT}/../libmp3lame/lame.h public/lame/lame.h )
|
||||
|
||||
#organize_source( "${TARGET_ROOT}" "" "${SOURCES}" )
|
||||
target_sources( ${TARGET} PRIVATE ${SOURCES} )
|
||||
|
||||
Reference in New Issue
Block a user