update readme

This commit is contained in:
Andy 2019-01-02 11:13:06 +01:00
parent f629e86b20
commit 232fa624c0
Signed by: arno
GPG Key ID: 9076D5E6B31AE99C

View File

@ -136,8 +136,8 @@ $ grep ^ .git/modules/*/HEAD .git/HEAD
if building ``--with-ffmpeg``:
```
user@proton:~/proton$ find dist/dist/lib/ -xdev -type f -exec sh -c "file '{}' | grep -vE 'ASCII|MS-DOS executable|PE32 executable|ELF 32-bit'" \;
user@proton:~/proton$ find dist/dist/lib64/ -xdev -type f -exec sh -c "file '{}' | grep -vE 'ASCII|MS-DOS executable|PE32\+ executable|ELF 64-bit'" \;
find dist/dist/lib/ -xdev -type f -exec sh -c "file '{}' | grep -vE 'ASCII|MS-DOS executable|PE32 executable|ELF 32-bit'" \;
find dist/dist/lib64/ -xdev -type f -exec sh -c "file '{}' | grep -vE 'ASCII|MS-DOS executable|PE32\+ executable|ELF 64-bit'" \;
```
- check ffmpeg (if built with ``--with-ffmpeg``)