mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
ffmpeg: disable optimizations 'small' if build with size optimization
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -29,7 +29,7 @@ else
|
||||
fi
|
||||
|
||||
if [ "$OPTIMIZATIONS" = size ]; then
|
||||
FFMPEG_OPTIM="--enable-small"
|
||||
FFMPEG_OPTIM="--disable-small"
|
||||
else
|
||||
FFMPEG_OPTIM="--disable-small"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user