proton: Add gst-libav and ffmpeg to build.

Signed-off-by: Derek Lesho <dlesho@codeweavers.com>
This commit is contained in:
Derek Lesho 2021-12-20 17:34:26 -05:00 committed by Arkadiusz Hiler
parent 710257adb4
commit be0bdb7fb9
5 changed files with 80 additions and 1 deletions

6
.gitmodules vendored
View file

@ -43,3 +43,9 @@
[submodule "Vulkan-Loader"]
path = Vulkan-Loader
url = https://github.com/KhronosGroup/Vulkan-Loader
[submodule "gst-libav"]
path = gst-libav
url = https://github.com/GStreamer/gst-libav
[submodule "ffmpeg"]
path = ffmpeg
url = https://github.com/FFmpeg/FFmpeg