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" FFMPEG_OPTIM="--disable-small"
fi 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 case "$TARGET_ARCH" in
arm) arm)
FFMPEG_CPU="" FFMPEG_CPU=""
@ -170,7 +163,7 @@ configure_target() {
--enable-fft \ --enable-fft \
--enable-mdct \ --enable-mdct \
--enable-rdft \ --enable-rdft \
$FFMPEG_CRYSTALHD \ --disable-crystalhd \
$FFMPEG_VAAPI \ $FFMPEG_VAAPI \
$FFMPEG_VDPAU \ $FFMPEG_VDPAU \
--disable-dxva2 \ --disable-dxva2 \