diff options
author | WiSo <wiso@xbmc.org> | 2012-04-29 22:08:05 +0200 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2012-04-29 22:08:05 +0200 |
commit | 10d9e91c78d8f0b6e7c79919cf7f8dc642ed4ed3 (patch) | |
tree | 4f6e6699b683e992c90325453ee79deb833d26bb /lib | |
parent | ffc7abd1f6a9c73de84506ac337402d5baf17446 (diff) |
[WIN32] disable ffmpeg's crystalhd implementation on windows as well.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ffmpeg/build_xbmc_win32.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ffmpeg/build_xbmc_win32.sh b/lib/ffmpeg/build_xbmc_win32.sh index 266a744d87..cc5682f9d9 100644 --- a/lib/ffmpeg/build_xbmc_win32.sh +++ b/lib/ffmpeg/build_xbmc_win32.sh @@ -39,6 +39,7 @@ OPTIONS=" --disable-ffmpeg \ --disable-ffprobe \ --disable-devices \ +--disable-crystalhd \ --enable-muxer=spdif \ --enable-muxer=adts \ --enable-encoder=ac3 \ |