aboutsummaryrefslogtreecommitdiff
path: root/system/players
diff options
context:
space:
mode:
authorCrystalP <CrystalP@xbmc.org>2011-11-06 21:39:57 -0500
committerCrystalP <CrystalP@xbmc.org>2011-11-06 21:39:57 -0500
commitc68ef0b1daed399fd88638d62646d5531bc12cae (patch)
tree1407e88252965e82098548f41a2b037df59123f0 /system/players
parent7481bbf657beba464950cce9c28a802a90b956ec (diff)
[WIN] Fix path to Arial font for libass/fontconfig with installed XBMC
Diffstat (limited to 'system/players')
-rw-r--r--system/players/dvdplayer/etc/fonts/fonts.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/system/players/dvdplayer/etc/fonts/fonts.conf b/system/players/dvdplayer/etc/fonts/fonts.conf
index 542327e05b..9e2067c099 100644
--- a/system/players/dvdplayer/etc/fonts/fonts.conf
+++ b/system/players/dvdplayer/etc/fonts/fonts.conf
@@ -29,7 +29,8 @@
include their fonts.
<dir>WINDOWSFONTDIR</dir>
-->
- <dir>../../media/Fonts</dir>
+ <dir>media/Fonts</dir> <!-- used by an installed XBMC -->
+ <dir>../../media/Fonts</dir> <!-- used when running in Visual Studio -->
<dir>~/.fonts</dir>
<!-- Font cache directory list -->