diff options
author | Pär Björklund <per.bjorklund@gmail.com> | 2015-08-20 21:14:07 +0200 |
---|---|---|
committer | popcornmix <popcornmix@gmail.com> | 2015-09-01 12:36:24 +0100 |
commit | 8936a6c57875d676eba6a1f6e579380539881fbd (patch) | |
tree | b90214e3bb4e91beb36f7539368e9f2dd697e4a4 | |
parent | 0997117a659a09e7b1c5bcb110f3526ea16698be (diff) |
Added prebuilt libdcadec from same source as linux version
-rw-r--r-- | project/BuildDependencies/scripts/get_mingw_env.txt | 1 | ||||
-rw-r--r-- | project/Win32BuildSetup/buildffmpeg.sh | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/project/BuildDependencies/scripts/get_mingw_env.txt b/project/BuildDependencies/scripts/get_mingw_env.txt index 218a983d7c..c0011d9435 100644 --- a/project/BuildDependencies/scripts/get_mingw_env.txt +++ b/project/BuildDependencies/scripts/get_mingw_env.txt @@ -29,3 +29,4 @@ libiconv-1.13.1-1-mingw32-dev.tar.lzma $KODI_MIRROR/build-deps make-3.82-5-mingw32-bin.tar.lzma $KODI_MIRROR/build-deps/win32/mingw-msys/ http://sourceforge.net/projects/mingw/files/MinGW/Extension/make/make-3.82-mingw32/ pkg-config-lite-0.28-1_bin-win32.zip $KODI_MIRROR/build-deps/win32/mingw-msys/ http://sourceforge.net/projects/pkgconfiglite/files/http://sourceforge.net/projects/pkgconfiglite/files/ gnutls-3.2.3-mingw32.zip $KODI_MIRROR/build-deps/win32/mingw-msys/ ftp://ftp.gnutls.org/gcrypt/gnutls/w32/ +libdcadec-git-396e75652-win32.zip $KODI_MIRROR/build-deps/win32/mingw-msys/ https://github.com/foo86/dcadec/ diff --git a/project/Win32BuildSetup/buildffmpeg.sh b/project/Win32BuildSetup/buildffmpeg.sh index af7e99a86f..fe17ef3e98 100644 --- a/project/Win32BuildSetup/buildffmpeg.sh +++ b/project/Win32BuildSetup/buildffmpeg.sh @@ -84,7 +84,8 @@ OPTIONS=" --enable-runtime-cpudetect \ --enable-dxva2 \ --cpu=i686 \ ---enable-gnutls" +--enable-gnutls \ +--enable-libdcadec" echo configuring $LIBNAME ./configure --extra-cflags="-fno-common -I/xbmc/lib/win32/ffmpeg_dxva2 -DNDEBUG" --extra-ldflags="-L/xbmc/system/players/dvdplayer" ${OPTIONS} && @@ -103,4 +104,4 @@ cp .libs/swscale-*.dll /xbmc/system/players/dvdplayer/ #remove the bgprocessfile for signaling the process end if [ -f $BGPROCESSFILE ]; then rm $BGPROCESSFILE -fi
\ No newline at end of file +fi |