[FFmpeg-devel] [PATCH]lavc/sbc: Remove bool usage
Kieran Kunhya
kierank at obe.tv
Thu Apr 2 12:21:26 EEST 2020
On Thu, 2 Apr 2020 at 08:53, Paul B Mahol <onemda at gmail.com> wrote:
> On 4/1/20, Thierry Foucu <tfoucu at gmail.com> wrote:
> > On Wed, Apr 1, 2020 at 12:31 PM Carl Eugen Hoyos <ceffmpeg at gmail.com>
> wrote:
> >
> >> Hi!
> >>
> >> It seems to me that this was forgotten when the codec was originally
> >> ported.
> >>
> >
> > why removing "stdbool.h"?
> > it was defined in 2001? so, most compiler should support it..
> > Should we not check for the compiler support of it and if not, then
> either
> > reject the compiler or defines the type ourself?
>
> You are deeply wrong.
>
What modern compiler does not support bool?
Kieran
More information about the ffmpeg-devel
mailing list