summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-02-11 17:14:34 +0000
committerJavier Jardón <jjardon@gnome.org>2016-02-11 17:14:34 +0000
commitbeb936d2b098c397fb2868217aae94a1e1fdde64 (patch)
tree8c3ef3f56e13e4b59a5d399a35d89596f17bbe66
parent7d897fe0c00b62499803182cf863f79229dea10b (diff)
downloadgst-vaapi-baserock/0.7.0-13-gbeb936d+no_gitmodules.tar.gz
-rw-r--r--.gitmodules6
-rwxr-xr-xautogen.sh18
2 files changed, 0 insertions, 24 deletions
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index bb34d0d1..00000000
--- a/.gitmodules
+++ /dev/null
@@ -1,6 +0,0 @@
-[submodule "ext/codecparsers"]
- path = ext/codecparsers
- url = https://github.com/01org/gstreamer-codecparsers.git
-[submodule "ext/libvpx/upstream"]
- path = ext/libvpx/upstream
- url = https://chromium.googlesource.com/webm/libvpx
diff --git a/autogen.sh b/autogen.sh
index b36c8dc8..3d7ffd83 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -15,24 +15,6 @@ cd "$srcdir"
mkdir -p m4
-GIT=`which git`
-if test -z "$GIT"; then
- echo "*** No git found ***"
- exit 1
-else
- submodule_init="no"
- for ext_module in codecparsers; do
- if test ! -f ext/${ext_module}/autogen.sh; then
- submodule_init="yes"
- fi
- done
- [ -f ext/libvpx/upstream/configure ] || submodule_init="yes"
- if test "$submodule_init" = "yes"; then
- $GIT submodule init
- fi
- $GIT submodule update
-fi
-
GTKDOCIZE=`which gtkdocize`
if test -z "$GTKDOCIZE"; then
echo "*** No gtk-doc support ***"