Re: [FFmpeg-devel] [PATCH] avutil/softfloat: use abort() instead of av_assert0(0)

2015-11-10 Thread James Almer
On 11/10/2015 9:51 AM, Michael Niedermayer wrote: > On Mon, Nov 09, 2015 at 11:17:52PM -0300, James Almer wrote: >> Fixes compilation of host tool aacps_fixed_tablegen. >> >> Signed-off-by: James Almer >> --- >> See >> http://fate.ffmpeg.org/report.cgi?time=20151108011316&slot=x86_64-openbsd5.6-g

Re: [FFmpeg-devel] [PATCH] avutil/softfloat: use abort() instead of av_assert0(0)

2015-11-10 Thread Michael Niedermayer
On Mon, Nov 09, 2015 at 11:17:52PM -0300, James Almer wrote: > Fixes compilation of host tool aacps_fixed_tablegen. > > Signed-off-by: James Almer > --- > See > http://fate.ffmpeg.org/report.cgi?time=20151108011316&slot=x86_64-openbsd5.6-gcc4.2-conf2 > > libavutil/softfloat.h | 2 +- > 1 file

[FFmpeg-devel] [PATCH] avutil/softfloat: use abort() instead of av_assert0(0)

2015-11-09 Thread James Almer
Fixes compilation of host tool aacps_fixed_tablegen. Signed-off-by: James Almer --- See http://fate.ffmpeg.org/report.cgi?time=20151108011316&slot=x86_64-openbsd5.6-gcc4.2-conf2 libavutil/softfloat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/softfloat.h b/li