-
Notifications
You must be signed in to change notification settings - Fork 0
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
mykaralw
committed
Feb 1, 2018
1 parent
5e2111a
commit b5b6e44
Showing
5 changed files
with
30 additions
and
3 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
0.20180201 | ||
|
||
install version | ||
|
||
0.20171011 | ||
|
||
work version |
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* Licence : GPL v3+, see GPLv3.txt | ||
* Based on the 2010 implementation of DCT denoising by: | ||
Guoshen Yu <[email protected]> and Guillermo Sapiro <[email protected]> | ||
* Latest version available at: https://github.com/gfacciol/DCTdenoising | ||
* Latest version available at: https://github.com/zvezdochiot/libiio | ||
|
||
# OVERVIEW | ||
|
||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
0.20171011 | ||
0.20180201 |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
prefix=@prefix@ | ||
libdir=@libdir@ | ||
includedir=@includedir@ | ||
|
||
Name: libiio | ||
Description: IPOL Library Image Input-Output. | ||
Version: @IIO_VERSION@ | ||
Libs: -L${libdir} -liio | ||
Libs.private: @LIBS@ | ||
Cflags: -I${includedir} |