mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 23:25:57 +01:00
2021-08-20 Fred Gleason <fredg@paravelsystems.com>
* Removed vestigal JACK dependencies from the core caed(8) code. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -34,10 +34,6 @@
|
||||
|
||||
#include <rdwavefile.h>
|
||||
|
||||
#ifdef JACK
|
||||
#include <jack/jack.h>
|
||||
#endif // JACK
|
||||
|
||||
#ifdef HAVE_TWOLAME
|
||||
#include <twolame.h>
|
||||
#endif // HAVE_TWOLAME
|
||||
@@ -57,11 +53,6 @@ void src_int_to_float_array (const int *in, float *out, int len);
|
||||
void src_float_to_int_array (const float *in, int *out, int len);
|
||||
#endif // HAVE_SRC_CONV
|
||||
|
||||
//
|
||||
// Debug Options
|
||||
//
|
||||
//#define PRINT_COMMANDS
|
||||
|
||||
//
|
||||
// Global CAE Definitions
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user