mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-08 16:39:59 +02: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:
parent
4ea717a332
commit
0b716cabee
@ -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} )
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user