From e65da04f8451c1166a414fdb58acfe01c63e4f94 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Fri, 18 May 2018 11:48:09 -0400 Subject: Split rtlsdr code into standalone helper To avoid the GPL licensed code in rtl_fm.c making all of the binding GPL, rework things to wrap it with a simple standalone helper executable that is driven via stdin/stdout. While this could potentially be done by running the original unmodified rtl_fm utility itself, it would be impossible to implement scanning with that approach without some compromising of playback latency and quality. The current helper implementation is simple enough that replacing it with an alternate one should be relatively straightforward if that is desired. Change-Id: If83b834da3999f5807d1453524ae72b1c3559c90 Signed-off-by: Scott Murray --- conf.d/wgt/config.xml.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'conf.d/wgt') diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index 605374a..1ce4ff9 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -12,6 +12,10 @@ + + + + -- cgit 1.2.3-korg