update readme

master
Andy 5 years ago
parent f629e86b20
commit 232fa624c0
Signed by: arno
GPG Key ID: 9076D5E6B31AE99C

@ -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``)

Loading…
Cancel
Save