mirror of
				https://github.com/rtlsdrblog/rtl-sdr-blog.git
				synced 2025-10-31 00:48:08 +01:00 
			
		
		
		
	fix symbol visibility for automake builds
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user