mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2025-02-04 14:25:13 +01:00
fix symbol visibility for automake builds
This commit is contained in:
parent
e5afd9894d
commit
b09628b3e8
@ -3,7 +3,7 @@
|
||||
LIBVERSION=0:0:0
|
||||
|
||||
INCLUDES = $(all_includes) -I$(top_srcdir)/include
|
||||
AM_CFLAGS = -fPIC -Wall
|
||||
AM_CFLAGS = ${CFLAGS} -fPIC ${SYMBOL_VISIBILITY}
|
||||
|
||||
lib_LTLIBRARIES = librtlsdr.la
|
||||
|
||||
|
@ -824,7 +824,7 @@ int rtlsdr_set_testmode(rtlsdr_dev_t *dev, int on)
|
||||
return 0;
|
||||
}
|
||||
|
||||
rtlsdr_dongle_t *find_known_device(uint16_t vid, uint16_t pid)
|
||||
static rtlsdr_dongle_t *find_known_device(uint16_t vid, uint16_t pid)
|
||||
{
|
||||
unsigned int i;
|
||||
rtlsdr_dongle_t *device = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user