Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SDRPlay native plugin #508

Merged
merged 2 commits into from Jul 21, 2018
Merged

Conversation

mehdideveloper
Copy link
Contributor

The signature for "mir_sdr_StreamCallback_t" is changed in the latest SDRPlay API.
This breaks the compiling (on file "src/urh/dev/native/lib/sdrplay.cpp:3856")
One argument is added before the latest arg of the callback.

Latest SDRPlay API spec is available here: https://www.sdrplay.com/docs/SDRplay_SDR_API_Specification.pdf

By the way, here I am talking about API 2.x series. SDRPlay is working on the 3.0 API which has a different design (https://www.sdrplay.com/community/viewtopic.php?f=6&t=3345)

@jopohl
Copy link
Owner

jopohl commented Jul 20, 2018

Seems like this breaks the windows build. Please change the line

python setup.py build_ext --inplace > build_log.txt

in appveyor.yml to

python setup.py build_ext --inplace

so we can see what is happening.

@mehdideveloper
Copy link
Contributor Author

@jopohl PTAL

@jopohl jopohl merged commit eadbc4e into jopohl:master Jul 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants