mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
ffmpeg: disable optimizations 'small' if build with size optimization
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
9ab654328b
commit
eff7ffbc44
@ -29,7 +29,7 @@ else
|
||||
fi
|
||||
|
||||
if [ "$OPTIMIZATIONS" = size ]; then
|
||||
FFMPEG_OPTIM="--enable-small"
|
||||
FFMPEG_OPTIM="--disable-small"
|
||||
else
|
||||
FFMPEG_OPTIM="--disable-small"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user