mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
It's still has some work, but it successfully builds on all 3 main platforms. Some of the outstanding items include: Install target testing (mostly important for Linux) CMakeList clean up and comments Debug and Release build verification Audit of compile/link options Need a Mac signed and notarized build (and probably more)
16 lines
211 B
C
Executable File
16 lines
211 B
C
Executable File
#ifndef _MAD_H_
|
|
#define _MAD_H_
|
|
|
|
#define @FPM@
|
|
|
|
#include "version.h"
|
|
#include "fixed.h"
|
|
#include "bit.h"
|
|
#include "timer.h"
|
|
#include "stream.h"
|
|
#include "frame.h"
|
|
#include "synth.h"
|
|
#include "decoder.h"
|
|
|
|
#endif
|