diff options
| author | Joel Linn <jl@conductive.de> | 2020-06-19 22:32:40 +0200 |
|---|---|---|
| committer | Rick Gibbed <rick@gibbed.us> | 2021-05-01 12:41:02 -0500 |
| commit | 47e36e6aeeff5148a7a1b23625e7649095fad3c4 (patch) | |
| tree | 53c6b193a8dbdd64d045b327623bd2277d5442bb /premake5.lua | |
| parent | e5948bb81044b53ca1631fa1fef049a49b587e8e (diff) | |
Exchange libav with ffmpeg submodule.
Diffstat (limited to 'premake5.lua')
| -rw-r--r-- | premake5.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua index fd436d356..8d35f25c2 100644 --- a/premake5.lua +++ b/premake5.lua @@ -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") |
