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
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/
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
__
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
--
--
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
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
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.
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
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?
>>
>>