-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
* RTLSDR AM demodulator and streaming | ||
* | ||
* Copyright (c) 2014 Wong Man Hang <[email protected]> | ||
* Copyright (c) 2015-2016 Tomasz Lemiech <[email protected]> | ||
* | ||
* This program is free software: you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
|
@@ -17,7 +18,7 @@ | |
* along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
#define RTL_AIRBAND_VERSION "2.0.2" | ||
#define RTL_AIRBAND_VERSION "2.1.0" | ||
#if defined USE_BCM_VC && !defined __arm__ | ||
#error Broadcom VideoCore support can only be enabled on ARM builds | ||
#endif | ||
|