ffmpeg: remove references to crystalhd support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-08-05 15:57:44 +02:00
parent 8a6ef43f84
commit 04cd4c1164

View File

@ -61,13 +61,6 @@ else
FFMPEG_OPTIM="--disable-small"
fi
if [ "$CRYSTALHD" = yes ]; then
# disabled, we use XBMC's internal solution
FFMPEG_CRYSTALHD="--disable-crystalhd"
else
FFMPEG_CRYSTALHD="--disable-crystalhd"
fi
case "$TARGET_ARCH" in
arm)
FFMPEG_CPU=""
@ -170,7 +163,7 @@ configure_target() {
--enable-fft \
--enable-mdct \
--enable-rdft \
$FFMPEG_CRYSTALHD \
--disable-crystalhd \
$FFMPEG_VAAPI \
$FFMPEG_VDPAU \
--disable-dxva2 \