mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
Readme: reword binary architecture setup
This commit is contained in:
parent
f53e2a0d30
commit
ce88742f26
1 changed files with 3 additions and 2 deletions
|
@ -39,9 +39,10 @@ location: `/usr/bin`
|
||||||
|
|
||||||
#### Behavior
|
#### Behavior
|
||||||
|
|
||||||
If you are building a client app, and you don't know the processor achitecture.
|
If you wish to support multiple client processor architectures, you can do so by creating a folder `x64` and `x86` in the `root` directory.
|
||||||
|
Both folders should contain the binaries (`ffmpeg.exe` and `ffprobe.exe`) for build for the respective architectures.
|
||||||
|
|
||||||
By creating a folder `x64` and `x86` in the `root` directory, the lib will automatically try to use either `/root/{ARCH}/(ffmpeg|ffprobe).exe`.
|
By doing so, the library will attempt to use either `/root/{ARCH}/(ffmpeg|ffprobe).exe`.
|
||||||
|
|
||||||
If these folders are not defined, it will try to find the binaries in `/root/(ffmpeg|ffprobe.exe)`
|
If these folders are not defined, it will try to find the binaries in `/root/(ffmpeg|ffprobe.exe)`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue