mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
ffmpeg: remove references to crystalhd support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8a6ef43f84
commit
04cd4c1164
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user