diff options
author | WiSo <wiso@xbmc.org> | 2011-04-09 18:52:56 +0200 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2011-04-09 18:52:56 +0200 |
commit | f5c1c0c2d8fd3a04ec61f145e3f13bc0830c8e56 (patch) | |
tree | fcb946ec2ed0c7d5cdc13097290e21fc78ddc42c | |
parent | 7e22f8d75eea940a66e24c38f88afc446eac7451 (diff) |
[WIN32] added xbmc/system/cdrip to the dll search path
-rw-r--r-- | xbmc/win32/WIN32Util.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/win32/WIN32Util.cpp b/xbmc/win32/WIN32Util.cpp index 500d5f9930..b402de9f7f 100644 --- a/xbmc/win32/WIN32Util.cpp +++ b/xbmc/win32/WIN32Util.cpp @@ -55,6 +55,7 @@ "special://xbmc/system/;" \ "special://xbmc/system/players/dvdplayer/;" \ "special://xbmc/system/players/paplayer/;" \ + "special://xbmc/system/cdrip/;" \ "special://xbmc/system/python/;" \ "special://xbmc/" |