Skip to content

Commit

Permalink
VideoPlayer: keep dvdplayer path for libs on Windows, temp
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed Sep 20, 2015
1 parent dc281ff commit 910d642
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions xbmc/DllPaths_win32.h
Expand Up @@ -33,13 +33,13 @@
#define DLL_PATH_LIBCEC "special://xbmcbin/system/libcec.dll"

/* VideoPlayer */
#define DLL_PATH_LIBASS "special://xbmcbin/system/players/VideoPlayer/libass.dll"
#define DLL_PATH_LIBMPEG2 "special://xbmcbin/system/players/VideoPlayer/libmpeg2-0.dll"
#define DLL_PATH_LIBDVDNAV "special://xbmcbin/system/players/VideoPlayer/libdvdnav.dll"
#define DLL_PATH_LIBRTMP "special://xbmcbin/system/players/VideoPlayer/librtmp.dll"
#define DLL_PATH_LIBASS "special://xbmcbin/system/players/dvdplayer/libass.dll"
#define DLL_PATH_LIBMPEG2 "special://xbmcbin/system/players/dvdplayer/libmpeg2-0.dll"
#define DLL_PATH_LIBDVDNAV "special://xbmcbin/system/players/dvdplayer/libdvdnav.dll"
#define DLL_PATH_LIBRTMP "special://xbmcbin/system/players/dvdplayer/librtmp.dll"

/* libbluray */
#define DLL_PATH_LIBBLURAY "special://xbmcbin/system/players/VideoPlayer/libbluray.dll"
#define DLL_PATH_LIBBLURAY "special://xbmcbin/system/players/dvdplayer/libbluray.dll"

#endif

0 comments on commit 910d642

Please sign in to comment.