Add ffmpeg to the build instructions and licenses
This commit is contained in:
parent
97cb5639d7
commit
a709db555d
3 changed files with 17 additions and 1 deletions
|
@ -33,7 +33,7 @@ obtain the various submodules that go into building Proton:
|
|||
|
||||
cd proton
|
||||
#for linux:
|
||||
git submodule update --init wine dxvk
|
||||
git submodule update --init wine dxvk ffmpeg
|
||||
#for macos:
|
||||
git submodule update --init
|
||||
|
||||
|
|
|
@ -59,3 +59,11 @@ Parts of this software are based on the OpenVR SDK, which is
|
|||
Visit OpenVR at
|
||||
|
||||
https://github.com/ValveSoftware/openvr/
|
||||
|
||||
---- ---- ---- ----
|
||||
|
||||
This software contains FFmpeg licensed under the LGPL 2.1.
|
||||
|
||||
Visit FFmpeg at
|
||||
|
||||
https://ffmpeg.org/
|
||||
|
|
|
@ -88,3 +88,11 @@ Parts of this software are based on the OpenVR SDK, which is
|
|||
Visit OpenVR at
|
||||
|
||||
https://github.com/ValveSoftware/openvr/
|
||||
|
||||
---- ---- ---- ----
|
||||
|
||||
This software contains FFmpeg licensed under the LGPL 2.1.
|
||||
|
||||
Visit FFmpeg at
|
||||
|
||||
https://ffmpeg.org/
|
||||
|
|
Loading…
Reference in a new issue