one-file pure D decoders for vorbis, flac and mp3
ketmar via Digitalmars-d-announce
digitalmars-d-announce at puremagic.com
Wed Jul 6 21:14:30 PDT 2016
On Tuesday, 5 July 2016 at 09:04:38 UTC, sam wrote:
> This was the only way I could get it to compile on DMD64 D
> Compiler v2.071.1 /
> LDC - the LLVM D compiler (1.0.0).
yep, i forgot to test it with 64-bit compiler, sorry. i fixed all
three decoders now.
> There are a lot more errors in the gdc version mainly about
> pragma.
yep, `pragma(inline, true);` is not supported by gdc yet. still,
i added condition to all pragmas, so it should work with GDC now.
More information about the Digitalmars-d-announce
mailing list