Exchange libav with ffmpeg submodule.

This commit is contained in:
Joel Linn 2020-06-19 22:32:40 +02:00 committed by Rick Gibbed
parent e5948bb810
commit 47e36e6aee
5 changed files with 5 additions and 8 deletions

6
.gitmodules vendored
View File

@ -7,9 +7,6 @@
[submodule "third_party/binutils-ppc-cygwin"]
path = third_party/binutils-ppc-cygwin
url = https://github.com/benvanik/binutils-ppc-cygwin.git
[submodule "third_party/libav"]
path = third_party/libav
url = https://github.com/xenia-project/libav.git
[submodule "third_party/spirv-tools"]
path = third_party/spirv-tools
url = https://github.com/xenia-project/SPIRV-Tools.git
@ -76,3 +73,6 @@
[submodule "third_party/xxhash"]
path = third_party/xxhash
url = https://github.com/Cyan4973/xxHash.git
[submodule "third_party/FFmpeg"]
path = third_party/FFmpeg
url = https://github.com/xenia-project/FFmpeg.git

View File

@ -230,10 +230,10 @@ solution("xenia")
include("third_party/discord-rpc.lua")
include("third_party/cxxopts.lua")
include("third_party/cpptoml.lua")
include("third_party/FFmpeg/premake5.lua")
include("third_party/fmt.lua")
include("third_party/glslang-spirv.lua")
include("third_party/imgui.lua")
include("third_party/libav.lua")
include("third_party/mspack.lua")
include("third_party/snappy.lua")
include("third_party/spirv-tools.lua")

1
third_party/FFmpeg vendored Submodule

@ -0,0 +1 @@
Subproject commit 3bdf3805fcd978e0226ccbb36340784fec8cb251

1
third_party/libav vendored

@ -1 +0,0 @@
Subproject commit decf5693f5d13625f2678b210df2bced5ca0b6be

View File

@ -1,3 +0,0 @@
group("third_party")
include("libav/libavcodec/premake5.lua")
include("libav/libavutil/premake5.lua")