MP3FS is a read-only FUSE filesystem which transcodes audio formats (currently FLAC) to MP3 on the fly when opened and read. This was written to enable using a FLAC collection with software and/or hardware which only understands MP3. It is also a novel alternative to traditional MP3 encoder applications. Just use your favorite file browser to select the files you want encoded and copy them somewhere!
12 lines
294 B
Text
12 lines
294 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2009/07/16 14:54:02 wiz Exp $
|
|
|
|
--- src/transcode.c.orig 2008-12-14 05:24:21.000000000 +0000
|
|
+++ src/transcode.c
|
|
@@ -24,7 +24,6 @@
|
|
#include <fcntl.h>
|
|
#include <dirent.h>
|
|
#include <errno.h>
|
|
-#include <sys/statfs.h>
|
|
|
|
#include <FLAC/metadata.h>
|
|
#ifdef LEGACY_FLAC
|