Skip to content

Commit

Permalink
changed: restore ffmpeg's normal naming of swscale-0.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
elupus committed Jun 20, 2011
1 parent 275c12a commit 52a47b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -379,7 +379,7 @@ project/Win32BuildSetup/dependencies/libcdio-10.dll
/system/players/dvdplayer/libfontconfig-1.dll /system/players/dvdplayer/libfontconfig-1.dll
/system/players/dvdplayer/librtmp.dll /system/players/dvdplayer/librtmp.dll
/system/players/dvdplayer/postproc-51.dll /system/players/dvdplayer/postproc-51.dll
/system/players/dvdplayer/swscale-0.6.1.dll /system/players/dvdplayer/swscale-0.dll
/system/players/dvdplayer/libbluray.dll /system/players/dvdplayer/libbluray.dll
/system/players/dvdplayer/libmpeg2-0.dll /system/players/dvdplayer/libmpeg2-0.dll
/system/players/dvdplayer/libmad.dll /system/players/dvdplayer/libmad.dll
Expand Down
3 changes: 1 addition & 2 deletions lib/ffmpeg/build_xbmc_win32.sh
Expand Up @@ -42,10 +42,9 @@ OPTIONS="


make && make &&
cp lib*/*.dll .libs/ && cp lib*/*.dll .libs/ &&
mv .libs/swscale-0.dll .libs/swscale-0.6.1.dll &&
cp .libs/avcodec-52.dll /xbmc/system/players/dvdplayer/ && cp .libs/avcodec-52.dll /xbmc/system/players/dvdplayer/ &&
cp .libs/avcore-0.dll /xbmc/system/players/dvdplayer/ && cp .libs/avcore-0.dll /xbmc/system/players/dvdplayer/ &&
cp .libs/avformat-52.dll /xbmc/system/players/dvdplayer/ && cp .libs/avformat-52.dll /xbmc/system/players/dvdplayer/ &&
cp .libs/avutil-50.dll /xbmc/system/players/dvdplayer/ && cp .libs/avutil-50.dll /xbmc/system/players/dvdplayer/ &&
cp .libs/postproc-51.dll /xbmc/system/players/dvdplayer/ && cp .libs/postproc-51.dll /xbmc/system/players/dvdplayer/ &&
cp .libs/swscale-0.6.1.dll /xbmc/system/players/dvdplayer/ cp .libs/swscale-0.dll /xbmc/system/players/dvdplayer/
2 changes: 1 addition & 1 deletion project/Win32BuildSetup/buildmingwlibs.sh
Expand Up @@ -59,7 +59,7 @@ echo "##### building ffmpeg dlls #####"
cd /xbmc/lib/ffmpeg/ cd /xbmc/lib/ffmpeg/
sh ./build_xbmc_win32.sh $MAKECLEAN sh ./build_xbmc_win32.sh $MAKECLEAN
setfilepath /xbmc/system/players/dvdplayer setfilepath /xbmc/system/players/dvdplayer
checkfiles avcodec-52.dll avcore-0.dll avformat-52.dll avutil-50.dll postproc-51.dll swscale-0.6.1.dll checkfiles avcodec-52.dll avcore-0.dll avformat-52.dll avutil-50.dll postproc-51.dll swscale-0.dll
echo "##### building of ffmpeg dlls done #####" echo "##### building of ffmpeg dlls done #####"


echo "##### building libdvd dlls #####" echo "##### building libdvd dlls #####"
Expand Down
2 changes: 1 addition & 1 deletion xbmc/DllPaths_win32.h
Expand Up @@ -64,7 +64,7 @@
#define DLL_PATH_LIBAVFORMAT "special://xbmcbin/system/players/dvdplayer/avformat-52.dll" #define DLL_PATH_LIBAVFORMAT "special://xbmcbin/system/players/dvdplayer/avformat-52.dll"
#define DLL_PATH_LIBAVUTIL "special://xbmcbin/system/players/dvdplayer/avutil-50.dll" #define DLL_PATH_LIBAVUTIL "special://xbmcbin/system/players/dvdplayer/avutil-50.dll"
#define DLL_PATH_LIBPOSTPROC "special://xbmcbin/system/players/dvdplayer/postproc-51.dll" #define DLL_PATH_LIBPOSTPROC "special://xbmcbin/system/players/dvdplayer/postproc-51.dll"
#define DLL_PATH_LIBSWSCALE "special://xbmcbin/system/players/dvdplayer/swscale-0.6.1.dll" #define DLL_PATH_LIBSWSCALE "special://xbmcbin/system/players/dvdplayer/swscale-0.dll"


/* cdrip */ /* cdrip */
#define DLL_PATH_LAME_ENC "special://xbmcbin/system/cdrip/lame_enc.dll" #define DLL_PATH_LAME_ENC "special://xbmcbin/system/cdrip/lame_enc.dll"
Expand Down

0 comments on commit 52a47b4

Please sign in to comment.