Restructure: Move sdr from common code to 'libsdr'

This commit is contained in:
Andreas Eversberg
2017-11-17 22:51:18 +01:00
parent 45a5568f70
commit 1650cc5ad2
29 changed files with 207 additions and 84 deletions

View File

@@ -34,8 +34,8 @@ enum paging_signal;
#include "../libimage/img.h"
#include "../common/debug.h"
#ifdef HAVE_SDR
#include "../common/sdr_config.h"
#include "../common/sdr.h"
#include "../libsdr/sdr_config.h"
#include "../libsdr/sdr.h"
#endif
#include "bas.h"
#include "tv_modulate.h"