1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-12 09:33:34 +02:00

Register export plugins, breaking cycles...

... as we did last relase for import; making several header files unnecessary.

This breaks up a strongly connected component of 9, which was the largest
remaining.  Now the largest remaining is 5.
This commit is contained in:
Paul Licameli
2019-07-29 15:43:41 -04:00
parent 5459a7bf27
commit bbaceba347
22 changed files with 89 additions and 289 deletions

View File

@@ -504,23 +504,17 @@ src/effects/vamp/VampEffect.h
src/export/Export.cpp
src/export/Export.h
src/export/ExportCL.cpp
src/export/ExportCL.h
src/export/ExportFFmpeg.cpp
src/export/ExportFFmpeg.h
src/export/ExportFFmpegDialogs.cpp
src/export/ExportFFmpegDialogs.h
src/export/ExportFLAC.cpp
src/export/ExportFLAC.h
src/export/ExportMP2.cpp
src/export/ExportMP2.h
src/export/ExportMP3.cpp
src/export/ExportMP3.h
src/export/ExportMultiple.cpp
src/export/ExportMultiple.h
src/export/ExportOGG.cpp
src/export/ExportOGG.h
src/export/ExportPCM.cpp
src/export/ExportPCM.h
src/float_cast.h
src/import/FormatClassifier.cpp
src/import/FormatClassifier.h