Closed sterum closed 10 years ago
I'm surprised that's all that's needed for FLAC 1.3.0. Everything seems to work fine after that change?
The code just underwent a major rewrite that may have addressed this issue anyway in passing. When I make the next release, you can see if it seems to have helped.
(I also fixed your bug text above. The include statements appeared empty before. When including code snippets in the future, be careful to use the proper syntax for code according to GitHub Flavored Markdown.)
Well, i have not tested very much. The only thing i have tried was
mp3fs $FLACDIR $MP3DIR
and this worked as expected. (and of course, playback works too)
The new release is out. Can you check it again?
With the new release, ./configure fails. I will open a new issue.
This seems to be now fixed in the latest release.
Just for information.
Since the update of FLAC to version 1.3.0 mp3fs does not build on FreeBSD because there is a missing header in transcode.c. I don't know if it builds on linux or windows. Perhaps you could have a look at this.
here is a solution
Begin diff
End diff
I have sent a problem report to the FreeBSD project. When it is commited mp3fs should build successfully.