1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 08:39:46 +02:00

EXPERIMENTAL_OD_FLAC switch defined one place only, in Experimental.h

This commit is contained in:
Paul Licameli 2015-08-31 17:11:49 -04:00
parent 38b0bb2a8d
commit aaa358abf6

View File

@ -40,6 +40,8 @@
#include "../Tags.h"
#include "../Experimental.h"
#define FLAC_HEADER "fLaC"
#define DESC _("FLAC files")
@ -94,8 +96,6 @@ extern "C" {
#endif
//#define EXPERIMENTAL_OD_FLAC
class FLACImportFileHandle;
class MyFLACFile : public FLAC::Decoder::File