ffmpeg: disable optimizations 'small' if build with size optimization

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-07-09 13:05:17 +02:00
parent 9ab654328b
commit eff7ffbc44

View File

@ -29,7 +29,7 @@ else
fi
if [ "$OPTIMIZATIONS" = size ]; then
FFMPEG_OPTIM="--enable-small"
FFMPEG_OPTIM="--disable-small"
else
FFMPEG_OPTIM="--disable-small"
fi