aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorwsoltys <wiso@no.way>2013-04-12 21:42:44 +0200
committerwsoltys <wiso@no.way>2013-04-12 21:42:44 +0200
commit3835a750eefc85d4d68b1d089b9ddc1419290100 (patch)
tree4166e9244ffb54d4e4eb5e6e64d6c48c1dbeb1be /lib
parent34ebafa29e9aa3aa79ecffc4e2364d423f9697eb (diff)
[WIN32] fixed: if we get someday ffmpeg compiled properly, enable hw acceleration
Diffstat (limited to 'lib')
-rwxr-xr-xlib/ffmpeg/build_xbmc_win32.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ffmpeg/build_xbmc_win32.sh b/lib/ffmpeg/build_xbmc_win32.sh
index fdb00c6457..b8cc313105 100755
--- a/lib/ffmpeg/build_xbmc_win32.sh
+++ b/lib/ffmpeg/build_xbmc_win32.sh
@@ -34,6 +34,7 @@ OPTIONS="
--enable-encoder=aac \
--enable-runtime-cpudetect \
--enable-avfilter \
+--enable-dxva2 \
--disable-doc"
#
@@ -88,6 +89,7 @@ fi
#
# enable break on error:
+exit 0
set -e
make $MAKEFLAGS