Re: [flac-dev] metaflac crashes adding cuesheet

2017-01-23 Thread Erik de Castro Lopo
James wrote: > (Apologies if I'm in the wrong place for this...) > > I'm trying to use the abcde program to archive CDs to flac files. > (Each CD to 1 file, and ultimately multi-disk performances to 1 > file.) It extracts the audio to a .flac file and creates a cue > sheet with track names & loc

Re: [flac-dev] os/2 support using Watcom

2017-01-23 Thread Erik de Castro Lopo
Ozkan Sezer wrote: > Anyways, with the changed exports.h patch, every need should > be met now.. Sorry, which patch is that? Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/

Re: [flac-dev] os/2 support using Watcom

2017-01-23 Thread Ozkan Sezer
On 1/23/17, Erik de Castro Lopo wrote: > Ozkan Sezer wrote: > >> Anyways, with the changed exports.h patch, every need should >> be met now.. > > > Sorry, which patch is that? > > Erik http://lists.xiph.org/pipermail/flac-dev/2017-January/006170.html __

Re: [flac-dev] os/2 support using Watcom

2017-01-23 Thread Erik de Castro Lopo
Dave Yeo wrote: > GCC supports __declspec(dllexport) though it still needs a def file, > with no exports. Libtool doesn't currently and as flac uses libtool... So you're happy with this patch? http://lists.xiph.org/pipermail/flac-dev/2017-January/006170.html Erik -- --

[flac-dev] [PATCH] for compat.h

2017-01-23 Thread lvqcl
Description: redefine inline as __inline only for C, not for C++. compat_inline.patch Description: Binary data ___ flac-dev mailing list flac-dev@xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev

Re: [flac-dev] [PATCH] for compat.h

2017-01-23 Thread Erik de Castro Lopo
lvqcl wrote: > Description: redefine inline as __inline only for C, not for C++. Applied. Thanks. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ flac-dev mailing list fl

Re: [flac-dev] metaflac crashes adding cuesheet

2017-01-23 Thread James
Erik, The command used by abcde is metaflac --no-utf8-convert --import-cuesheet-from=/home/me/Audio/abcde.50107806/cue-50107806.txt --import-tags-from=- /home/me/Audio/abcde.50107806/track1.flac but I get the same result re-trying without the --no-utf8-convert and -no-utf8-convert.

Re: [flac-dev] os/2 support using Watcom

2017-01-23 Thread Dave Yeo
On 01/23/17 01:01 AM, Erik de Castro Lopo wrote: > Dave Yeo wrote: > >> >GCC supports __declspec(dllexport) though it still needs a def file, >> >with no exports. Libtool doesn't currently and as flac uses libtool... > So you're happy with this patch? > > http://lists.xiph.org/pipermail/flac

Re: [flac-dev] os/2 support using Watcom

2017-01-23 Thread Ozkan Sezer
On 1/24/17, Dave Yeo wrote: > On 01/23/17 01:01 AM, Erik de Castro Lopo wrote: >> Dave Yeo wrote: >> >>> >GCC supports __declspec(dllexport) though it still needs a def file, >>> >with no exports. Libtool doesn't currently and as flac uses libtool... >> So you're happy with this patch? >> >>