update readme
This commit is contained in:
parent
f629e86b20
commit
232fa624c0
@ -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…
Reference in New Issue
Block a user