khenriks / mp3fs

FUSE-based transcoding filesystem from FLAC to MP3
http://khenriks.github.io/mp3fs/
GNU General Public License v3.0
382 stars 46 forks source link

Question: libb64 #47

Closed dcrdev closed 7 years ago

dcrdev commented 8 years ago

So I'm trying to compile from source and am rceiving the following error during configuration:

"libb64-dev must be installed for Ogg Vorbis picture support"

I'm using Fedora, which has no libb64 package - so I tried to compile that as well. I copied the resulting base64 executable to /usr/local/bin and the b64 header files to /usr/include. I'm still receiving the same error whilst configuring, am I missing something?

Thanks,

djmattyg007 commented 8 years ago

It appears to be a Debian thing. See my issue, #43.

khenriks commented 7 years ago

I've decided to just embed base64 routines directly in the code to avoid this dependency.