mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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"
|
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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user