backport of
r2aa9cf5badfcc978268a9bf06950942f27dfd366
Added cast to qreal, avoiding ftbfs due to
issue #758
More explanation here
https://wiki.debian.org/ArmEabiFixes
And on qt-project.org reference website:
"Typedef for double on all platforms except for those using CPUs with ARM architectures. On ARM-based platforms, qreal is a typedef for float for performance reasons."
Merge pull request #8 from LocutusOfBorg/fix-avwrapper-exit-calls
Fixed avwrapper exit calls, fixing
issue #752
Fixed avwrapper exit calls, fixing
issue #752
Merge pull request #7 from LocutusOfBorg/fix-FPIC
Fixed fPIC link failure with arm and sparc architectures, fixing
issue #757