David WoodhouseandSteve Markgraf 9047eef701 Fix inline functions to use 'static inline'
With just 'inline', if the compiler decides not to inline them, it isn't
required to emit them at all. For some targets with -Os that is causing
build failures, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86360.

Perhaps we might consider using '__attribute__((always_inline))' for
GCC builds, but 'static inline' is a good start.

Signed-off-by: Steve Markgraf <steve@steve-m.de>
2018-07-03 23:59:01 +02:00
2018-06-03 15:19:53 +02:00
2012-03-27 20:53:49 +02:00
2012-12-16 16:25:40 +01:00
2018-05-01 14:13:00 +02:00
2012-03-27 20:53:49 +02:00
2012-03-27 20:53:49 +02:00
2016-11-27 12:19:44 +01:00

rtl-sdr
turns your Realtek RTL2832 based DVB dongle into a SDR receiver
======================================================================

For more information see:
https://osmocom.org/projects/rtl-sdr/wiki
S
Description
No description provided
Readme
798 KiB
Languages
C 89.3%
CMake 7.4%
Shell 1.7%
M4 0.9%
Makefile 0.7%