1
0
Fork 0
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:
Thomas Martitz 2010-12-06 22:28:14 +00:00
parent 2c2416094f
commit 7a9fd0baae
2 changed files with 12 additions and 14 deletions

View file

@ -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"