summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2017-05-20 20:02:39 +1000
committerJan Schmidt <jan@centricular.com>2017-05-20 14:34:33 +0200
commit39df65e8a27496650ea7c36d8d91f48b770ec46a (patch)
tree9a80af28abdc88bf0720b7ee8de174ebebc5ed08 /.gitmodules
parent93ac91c5ccf363fab0e46cdaea79cad7e3030af5 (diff)
downloadgst-libav-39df65e8a27496650ea7c36d8d91f48b770ec46a.tar.gz
Pass $CC as AS, unless $AS is provided. Add gas-preprocessor
Add gas-preprocessor.pl as a git submodule, and put it in the path so that it is available if libav wants it. Switch back to providing $CC as $AS by default, but respect an external $AS setting so that it can be overridden in cerbero https://bugzilla.gnome.org/show_bug.cgi?id=694416
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index a645481..1a60633 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,6 @@
[submodule "gst-libs/ext/libav"]
path = gst-libs/ext/libav
url = https://git.ffmpeg.org/ffmpeg.git
+[submodule "gst-libs/ext/gas-preprocessor"]
+ path = gst-libs/ext/gas-preprocessor
+ url = git://git.libav.org/gas-preprocessor.git