Skip to content

Commit

Permalink
VideoPlayer: squash win
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed Sep 21, 2015
1 parent c3f8b08 commit 61f55da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project/Win32BuildSetup/buildffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ OPTIONS="
--enable-libdcadec"

echo configuring $LIBNAME
./configure --extra-cflags="-fno-common -I/xbmc/lib/win32/ffmpeg_dxva2 -DNDEBUG" --extra-ldflags="-L/xbmc/system/players/VideoPlayer" ${OPTIONS} &&
./configure --extra-cflags="-fno-common -I/xbmc/lib/win32/ffmpeg_dxva2 -DNDEBUG" --extra-ldflags="-L/xbmc/system/players/VideoPlayer -L/xbmc/system/players/dvdplayer" ${OPTIONS} &&

make $MAKEFLAGS &&
cp lib*/*.dll .libs/ &&
Expand Down
4 changes: 2 additions & 2 deletions xbmc/DllPaths_win32.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

/* VideoPlayer */
#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_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/dvdplayer/librtmp.dll"

/* libbluray */
Expand Down

0 comments on commit 61f55da

Please sign in to comment.