mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
ffmpeg: cosmetics
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e3a6fba417
commit
473676705d
@ -55,12 +55,6 @@ else
|
|||||||
FFMPEG_DEBUG="--disable-debug --enable-stripping"
|
FFMPEG_DEBUG="--disable-debug --enable-stripping"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$OPTIMIZATIONS" = size ]; then
|
|
||||||
FFMPEG_OPTIM="--disable-small"
|
|
||||||
else
|
|
||||||
FFMPEG_OPTIM="--disable-small"
|
|
||||||
fi
|
|
||||||
|
|
||||||
case "$TARGET_ARCH" in
|
case "$TARGET_ARCH" in
|
||||||
arm)
|
arm)
|
||||||
FFMPEG_CPU=""
|
FFMPEG_CPU=""
|
||||||
@ -158,7 +152,7 @@ configure_target() {
|
|||||||
--disable-gnutls --enable-libressl \
|
--disable-gnutls --enable-libressl \
|
||||||
--disable-gray \
|
--disable-gray \
|
||||||
--enable-swscale-alpha \
|
--enable-swscale-alpha \
|
||||||
$FFMPEG_OPTIM \
|
--disable-small \
|
||||||
--enable-dct \
|
--enable-dct \
|
||||||
--enable-fft \
|
--enable-fft \
|
||||||
--enable-mdct \
|
--enable-mdct \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user