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 /project/Win32BuildSetup | |
parent | 0997117a659a09e7b1c5bcb110f3526ea16698be (diff) |
Added prebuilt libdcadec from same source as linux version
Diffstat (limited to 'project/Win32BuildSetup')
-rw-r--r-- | project/Win32BuildSetup/buildffmpeg.sh | 5 |
1 files changed, 3 insertions, 2 deletions
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 |