From 52a47b429673a3002ba777731ed9bcef67680791 Mon Sep 17 00:00:00 2001 From: elupus Date: Tue, 21 Jun 2011 00:15:56 +0200 Subject: [PATCH] changed: restore ffmpeg's normal naming of swscale-0.dll --- .gitignore | 2 +- lib/ffmpeg/build_xbmc_win32.sh | 3 +-- project/Win32BuildSetup/buildmingwlibs.sh | 2 +- xbmc/DllPaths_win32.h | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index cf8cbb292e030..6a3a09c616dd2 100644 --- a/.gitignore +++ b/.gitignore @@ -379,7 +379,7 @@ project/Win32BuildSetup/dependencies/libcdio-10.dll /system/players/dvdplayer/libfontconfig-1.dll /system/players/dvdplayer/librtmp.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/libmpeg2-0.dll /system/players/dvdplayer/libmad.dll diff --git a/lib/ffmpeg/build_xbmc_win32.sh b/lib/ffmpeg/build_xbmc_win32.sh index ff47e8cea7205..8ad2751039c32 100644 --- a/lib/ffmpeg/build_xbmc_win32.sh +++ b/lib/ffmpeg/build_xbmc_win32.sh @@ -42,10 +42,9 @@ OPTIONS=" make && 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/avcore-0.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/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/ diff --git a/project/Win32BuildSetup/buildmingwlibs.sh b/project/Win32BuildSetup/buildmingwlibs.sh index dd063582977de..4c909c4aaf593 100644 --- a/project/Win32BuildSetup/buildmingwlibs.sh +++ b/project/Win32BuildSetup/buildmingwlibs.sh @@ -59,7 +59,7 @@ echo "##### building ffmpeg dlls #####" cd /xbmc/lib/ffmpeg/ sh ./build_xbmc_win32.sh $MAKECLEAN 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 libdvd dlls #####" diff --git a/xbmc/DllPaths_win32.h b/xbmc/DllPaths_win32.h index 6d1aca514b5cf..0e276b1e7ed3f 100644 --- a/xbmc/DllPaths_win32.h +++ b/xbmc/DllPaths_win32.h @@ -64,7 +64,7 @@ #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_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 */ #define DLL_PATH_LAME_ENC "special://xbmcbin/system/cdrip/lame_enc.dll"