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 = <