Restructure: Move sample from common code to 'libsample'
This commit is contained in:
@@ -19,6 +19,7 @@ osmotv_LDADD = \
|
||||
$(top_builddir)/src/libfm/libfm.a \
|
||||
$(top_builddir)/src/libfilter/libfilter.a \
|
||||
$(top_builddir)/src/libwave/libwave.a \
|
||||
$(top_builddir)/src/libsample/libsample.a \
|
||||
$(ALSA_LIBS) \
|
||||
$(UHD_LIBS) \
|
||||
$(SOAPY_LIBS) \
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <math.h>
|
||||
#include "../common/sample.h"
|
||||
#include "../libsample/sample.h"
|
||||
#include "../libfilter/iir_filter.h"
|
||||
#include "bas.h"
|
||||
#include "vcr.h"
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include "../common/sample.h"
|
||||
#include "../libsample/sample.h"
|
||||
#include "fubk.h"
|
||||
#include "font.h"
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include "../common/sample.h"
|
||||
#include "../libsample/sample.h"
|
||||
#include "image.h"
|
||||
|
||||
/* render image line starting with x and end with LINE_LENGTH
|
||||
|
@@ -27,7 +27,7 @@ enum paging_signal;
|
||||
#include <getopt.h>
|
||||
#include <signal.h>
|
||||
#include <math.h>
|
||||
#include "../common/sample.h"
|
||||
#include "../libsample/sample.h"
|
||||
#include "../libfilter/iir_filter.h"
|
||||
#include "../libfm/fm.h"
|
||||
#include "../libwave/wave.h"
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include <math.h>
|
||||
#include <stdint.h>
|
||||
#include "../common/sample.h"
|
||||
#include "../libsample/sample.h"
|
||||
#include "tv_modulate.h"
|
||||
|
||||
#define WHITE_MODULATION 0.1
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include "../common/sample.h"
|
||||
#include "../libsample/sample.h"
|
||||
#include "vcr.h"
|
||||
|
||||
/* test ID of calibration part:
|
||||
|
Reference in New Issue
Block a user