[asterisk-bugs] [JIRA] (ASTERISK-27939) [patch] bridge_softmix_binaural: Enable FFTW3 in Solaris 11.
Asterisk Team (JIRA)
noreply at issues.asterisk.org
Sat Jun 23 04:46:54 CDT 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-27939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=243924#comment-243924 ]
Asterisk Team commented on ASTERISK-27939:
------------------------------------------
Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.
A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.
Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].
> [patch] bridge_softmix_binaural: Enable FFTW3 in Solaris 11.
> ------------------------------------------------------------
>
> Key: ASTERISK-27939
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-27939
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Bridges/bridge_softmix
> Affects Versions: 13.21.1, 15.4.1
> Environment: Solaris 11.3
> Reporter: Alexander Traud
> Severity: Minor
> Labels: patch
> Attachments: solaris-binaural.patch
>
>
> The library [FFTW|http://www.fftw.org/] for computing the Discrete Fourier Transform is used by the project bridge_softmix_binaural. The library includes convenience functions to (de)allocate memory:
> * {{fftw_malloc(.)}}
> * {{fftw_free(.)}}
> Furthermore, to avoid hard to read typecast statements, those convenience functions are wrapped via even more convenience functions, like for {{double}}: {{fftw_alloc_real(.)}}. The latter is not available in Solaris 11. Therefore, the attached patch replaces that convenience function as described in the [FFTW documentation...|http://www.fftw.org/fftw3_doc/Memory-Allocation.html]
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list