summaryrefslogtreecommitdiffstats
path: root/libvo/font_load.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/font_load.c')
-rw-r--r--libvo/font_load.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/font_load.c b/libvo/font_load.c
index 82d8d6a81b..0cb14f7516 100644
--- a/libvo/font_load.c
+++ b/libvo/font_load.c
@@ -157,7 +157,7 @@ while(fgets(sor,1020,f)){
} else
if(strcmp(section,"[files]")==0){
- char *default_dir=DATADIR"/font";
+ char *default_dir=MPLAYER_DATADIR "/font";
if(pdb==2 && strcmp(p[0],"alpha")==0){
char *cp;
if (!(cp=malloc(strlen(desc->fpath)+strlen(p[1])+2))) return NULL;