fix ffmpeg lto example

This commit is contained in:
van Hauser
2020-07-28 22:25:48 +02:00
parent 827ecd61f6
commit 015fde3703

View File

@ -157,7 +157,7 @@ instrument it:
when compiling, so we have to trick configure: when compiling, so we have to trick configure:
``` ```
./configure --enable-lto --disable-shared ./configure --enable-lto --disable-shared --disable-inline-asm
``` ```
3. Now the configuration is done - and we edit the settings in `./ffbuild/config.mak` 3. Now the configuration is done - and we edit the settings in `./ffbuild/config.mak`