mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 14:02:57 +02:00
This is only comments, in files where USE_ macros are tested...
... following the comment convention used in the preceding commit.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
******************************************************************/
|
||||
|
||||
#include "../Audacity.h" // needed before FFmpeg.h
|
||||
#include "../Audacity.h" // needed before FFmpeg.h // for USE_* macros
|
||||
#include "ODDecodeFFmpegTask.h"
|
||||
|
||||
#include "../Experimental.h"
|
||||
|
@@ -7,7 +7,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "../Audacity.h" // for USE_* macros
|
||||
#include "ODDecodeFlacTask.h"
|
||||
|
||||
#include "../Prefs.h"
|
||||
|
Reference in New Issue
Block a user