diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-11-23 13:51:14 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-11-23 13:51:14 +0900 |
commit | f774afc5387887f4ce8067502412f5f64899632f (patch) | |
tree | 71d588865295f3da64d0ba31ae044d7fc48f64f2 /common | |
parent | dfe585145747ee3d41297367f97d320230df26b3 (diff) |
libopna: make levelmeter and oscillo conditional
Diffstat (limited to 'common')
-rw-r--r-- | common/fmplayer_file_unix.c | 4 |
1 files changed, 4 insertions, 0 deletions
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; +} |