From f774afc5387887f4ce8067502412f5f64899632f Mon Sep 17 00:00:00 2001 From: Takamichi Horikawa Date: Thu, 23 Nov 2017 13:51:14 +0900 Subject: libopna: make levelmeter and oscillo conditional --- common/fmplayer_file_unix.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/fmplayer_file_unix.c') diff --git a/common/fmplayer_file_unix.c b/common/fmplayer_file_unix.c index d2855c3..d6fb4ed 100644 --- a/common/fmplayer_file_unix.c +++ b/common/fmplayer_file_unix.c @@ -125,3 +125,7 @@ err: void *fmplayer_path_dup(const void *path) { return strdup(path); } + +char *fmplayer_path_filename_sjis(const void *path) { + return 0; +} -- cgit v1.2.3