mirror of https://github.com/mpv-player/mpv
Cygwin should behave like a Unix environment, i.e. config files should be
in .mplayer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10027 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
409cfd1eb6
commit
c36a1c25ba
|
@ -2,7 +2,7 @@
|
|||
char *get_path(char *filename){
|
||||
char *homedir;
|
||||
char *buff;
|
||||
#if defined(__MINGW32__)||defined(__CYGWIN__)
|
||||
#if defined(__MINGW32__)
|
||||
static char *config_dir = "/mplayer";
|
||||
#else
|
||||
static char *config_dir = "/.mplayer";
|
||||
|
|
Loading…
Reference in New Issue