forked from len0rd/rockbox
Fix configure and lib path
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28753 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2c2416094f
commit
7a9fd0baae
2 changed files with 12 additions and 14 deletions
|
@ -59,8 +59,8 @@
|
|||
#define paths_init()
|
||||
#else /* application */
|
||||
|
||||
#define PLUGIN_DIR ROCKBOX_LIBRARY_PATH "/rocks"
|
||||
#define CODECS_DIR ROCKBOX_LIBRARY_PATH "/codecs"
|
||||
#define PLUGIN_DIR ROCKBOX_LIBRARY_PATH "/rockbox/rocks"
|
||||
#define CODECS_DIR ROCKBOX_LIBRARY_PATH "/rockbox/codecs"
|
||||
|
||||
#define REC_BASE_DIR ROCKBOX_DIR "/"
|
||||
#define PLAYLIST_CATALOG_DEFAULT_DIR ROCKBOX_DIR "/Playlists"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue