1
0
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:
Leland Lucius 2020-04-17 08:48:53 -05:00
parent 4ea717a332
commit 0b716cabee
2 changed files with 1 additions and 1343 deletions

View File

@ -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