On Thu, Sep 04, 2014 at 11:27:49PM +0200, Jörg Krause wrote:
>
> On 09/04/2014 05:27 PM, Hendrik Leppkes wrote:
> >On Wed, Sep 3, 2014 at 11:53 AM, Jörg Krause wrote:
> >>Add the feature test macro which is required for building with the
> >>musl toolchain.
> >>
> >>The feature test macro _XOPEN_
On 09/04/2014 05:27 PM, Hendrik Leppkes wrote:
On Wed, Sep 3, 2014 at 11:53 AM, Jörg Krause wrote:
Add the feature test macro which is required for building with the
musl toolchain.
The feature test macro _XOPEN_SOURCE = 600 provides the XSI-compliant
version of strerror_r().
[..]
_XOPEN_
On 09/04/2014 05:24 PM, wm4 wrote:
On Thu, 04 Sep 2014 10:07:19 +0200
Jörg Krause wrote:
On 09/03/2014 08:12 PM, Michael Niedermayer wrote:
On Wed, Sep 03, 2014 at 11:53:39AM +0200, Jörg Krause wrote:
Add the feature test macro which is required for building with the
musl toolchain.
The fe
On Thu, 4 Sep 2014 17:27:48 +0200
Hendrik Leppkes wrote:
> On Wed, Sep 3, 2014 at 11:53 AM, Jörg Krause wrote:
> > Add the feature test macro which is required for building with the
> > musl toolchain.
> >
> > The feature test macro _XOPEN_SOURCE = 600 provides the XSI-compliant
> > version of s
On Wed, Sep 3, 2014 at 11:53 AM, Jörg Krause wrote:
> Add the feature test macro which is required for building with the
> musl toolchain.
>
> The feature test macro _XOPEN_SOURCE = 600 provides the XSI-compliant
> version of strerror_r().
>
> Signed-off-by: Jörg Krause
> ---
> Changes v1 -> v2:
On Thu, 04 Sep 2014 10:07:19 +0200
Jörg Krause wrote:
>
> On 09/03/2014 08:12 PM, Michael Niedermayer wrote:
> > On Wed, Sep 03, 2014 at 11:53:39AM +0200, Jörg Krause wrote:
> >> Add the feature test macro which is required for building with the
> >> musl toolchain.
> >>
> >> The feature test ma
On 09/03/2014 08:12 PM, Michael Niedermayer wrote:
On Wed, Sep 03, 2014 at 11:53:39AM +0200, Jörg Krause wrote:
Add the feature test macro which is required for building with the
musl toolchain.
The feature test macro _XOPEN_SOURCE = 600 provides the XSI-compliant
version of strerror_r().
Sig
On Wed, Sep 03, 2014 at 11:53:39AM +0200, Jörg Krause wrote:
> Add the feature test macro which is required for building with the
> musl toolchain.
>
> The feature test macro _XOPEN_SOURCE = 600 provides the XSI-compliant
> version of strerror_r().
>
> Signed-off-by: Jörg Krause
> ---
> Changes
Add the feature test macro which is required for building with the
musl toolchain.
The feature test macro _XOPEN_SOURCE = 600 provides the XSI-compliant
version of strerror_r().
Signed-off-by: Jörg Krause
---
Changes v1 -> v2:
- fixed wrong macro name
- add a comment
---
libavutil/error.c