From a0ec10fbead4486a26ec3c265b2ec1d67917f6c2 Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Sat, 20 Jun 2015 17:26:13 -0700 Subject: [PATCH] New minimal libav build and fixing some link warnings. --- .gitmodules | 6 ++-- Vagrantfile | 46 ------------------------------- build/Xenia.Cpp.x64.Checked.props | 3 +- build/Xenia.Cpp.x64.Common.props | 9 ++++-- build/Xenia.Cpp.x64.Debug.props | 4 ++- build/Xenia.Cpp.x64.Release.props | 1 - libxenia.vcxproj | 7 +++-- third_party/libav-bin | 1 - third_party/libav-xma-bin | 1 + 9 files changed, 19 insertions(+), 59 deletions(-) delete mode 100644 Vagrantfile delete mode 160000 third_party/libav-bin create mode 160000 third_party/libav-xma-bin diff --git a/.gitmodules b/.gitmodules index bc4dff6c6..7a7156b10 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,9 +22,9 @@ [submodule "third_party/binutils-ppc-cygwin"] path = third_party/binutils-ppc-cygwin url = https://github.com/benvanik/binutils-ppc-cygwin -[submodule "third_party/libav-bin"] - path = third_party/libav-bin - url = https://github.com/DrChat/xenia-libav-bin.git [submodule "third_party/capstone"] path = third_party/capstone url = https://github.com/xenia-project/capstone.git +[submodule "third_party/libav-xma-bin"] + path = third_party/libav-xma-bin + url = https://github.com/xenia-project/libav-xma-bin.git diff --git a/Vagrantfile b/Vagrantfile deleted file mode 100644 index c659c6438..000000000 --- a/Vagrantfile +++ /dev/null @@ -1,46 +0,0 @@ -# -*- mode: ruby -*- -# vi: set ft=ruby : - -VAGRANTFILE_API_VERSION = "2" - -$script = <