[FFmpeg-devel] [PATCH] avutil/softfloat: Move av_sincos_sf() from test c file to a new file

Michael Niedermayer michaelni at gmx.at
Thu Jun 11 17:00:50 CEST 2015


On Thu, Jun 11, 2015 at 03:58:46PM +0200, Nedeljko Babic wrote:
> The function cannot be used from the test file, so the new file is created for
> it and appropriate changes to Makefile are made
> 
> Signed-off-by: Nedeljko Babic <nedeljko.babic at imgtec.com>
> ---
>  libavutil/Makefile         |  1 +
>  libavutil/softfloat.c      | 49 --------------------------------
>  libavutil/softfloat_trig.c | 70 ++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 71 insertions(+), 49 deletions(-)
>  create mode 100644 libavutil/softfloat_trig.c

fixed differently (that is more similar to how the other selftests are
seperated)


[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

He who knows, does not speak. He who speaks, does not know. -- Lao Tsu
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150611/b1ebe8af/attachment.asc>


More information about the ffmpeg-devel mailing list